update requirements for openai_api

This commit is contained in:
季仁
2023-09-25 14:44:03 +08:00
parent 8902c2524e
commit e04cc38ecc
3 changed files with 3 additions and 3 deletions

View File

@@ -395,7 +395,7 @@ python cli_demo.py
OpenAI API をベースにローカルAPIをデプロイする方法を提供する@hanpenggit に感謝)。始める前に、必要なパッケージをインストールしてください:
```bash
pip install fastapi uvicorn openai pydantic sse_starlette
pip install fastapi uvicorn openai pydantic>=2.3.0 sse_starlette
```
それから、API をデプロイするコマンドを実行します: