openai version update
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,7 +5,8 @@ tqdm==4.66.1
|
|
5 |
aiohttp==3.8.6
|
6 |
huggingface-hub==0.17.3
|
7 |
lancedb>=0.3
|
8 |
-
openai==0.28
|
|
|
9 |
gradio==4.4.1
|
10 |
markdown==3.5.1
|
11 |
tiktoken==0.5.1
|
|
|
5 |
aiohttp==3.8.6
|
6 |
huggingface-hub==0.17.3
|
7 |
lancedb>=0.3
|
8 |
+
# openai==0.28
|
9 |
+
openai==1.2.0
|
10 |
gradio==4.4.1
|
11 |
markdown==3.5.1
|
12 |
tiktoken==0.5.1
|