Spaces:
Paused
Paused
Commit
·
9019090
1
Parent(s):
0014151
openai version updated
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -55,7 +55,8 @@ python-dotenv
|
|
55 |
# with the OpenAI client). ``flask-cors`` allows cross‑origin requests if we
|
56 |
# decide to decouple the chat interface in the future.
|
57 |
chromadb>=0.4.0
|
58 |
-
openai>=1.8.0
|
|
|
59 |
flask-cors>=4.0.0
|
60 |
|
61 |
# Audio format conversion (critical for WebM/WAV handling)
|
|
|
55 |
# with the OpenAI client). ``flask-cors`` allows cross‑origin requests if we
|
56 |
# decide to decouple the chat interface in the future.
|
57 |
chromadb>=0.4.0
|
58 |
+
# openai>=1.8.0
|
59 |
+
openai==0.28
|
60 |
flask-cors>=4.0.0
|
61 |
|
62 |
# Audio format conversion (critical for WebM/WAV handling)
|