Skip to content

Commit

Permalink
fix: error code in connection_error, return token_usage in last frame…
Browse files Browse the repository at this point in the history
… during using stream/astream
  • Loading branch information
whybeyoung committed May 13, 2024
1 parent 010cb29 commit 8aefe32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,13 @@ pip install --upgrade spark_ai_python
国内使用:
```bash
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple spark_ai_python
```

### Upgrade

如果清华源版本不可用,请使用一下命令升级到最新版本:

```sh
pip install -i https://repo.model.xfyun.cn/api/packages/administrator/pypi/simple spark_ai_python --upgrade

```
Expand Down

0 comments on commit 8aefe32

Please sign in to comment.