Spaces:
Sleeping
Sleeping
chenhengjie123
commited on
Commit
·
e9ae8a0
1
Parent(s):
01f5874
chore: 指定openai依赖版本的最低版本号,避免版本过低导致无法调用chatgpt对应api
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
openai
|
2 |
gradio
|
3 |
markdown
|
|
|
1 |
+
openai>=0.27.0
|
2 |
gradio
|
3 |
markdown
|