mirror of
https://github.com/QwenLM/Qwen.git
synced 2026-05-20 16:35:47 +08:00
update requirements for openai_api
This commit is contained in:
@@ -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 をデプロイするコマンドを実行します:
|
||||
|
||||
Reference in New Issue
Block a user