mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: openai 安装包版本错误
This commit is contained in:
parent
cfc9c4cfd7
commit
de920a6a44
|
|
@ -21,7 +21,7 @@ filetype = "^1.2.0"
|
|||
chardet = "^5.2.0"
|
||||
sentence-transformers = "^2.2.2"
|
||||
blinker = "^1.6.3"
|
||||
openai = "^^1.13.3"
|
||||
openai = "^1.13.3"
|
||||
tiktoken = "^0.5.1"
|
||||
qianfan = "^0.1.1"
|
||||
pycryptodome = "^3.19.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue