Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
gradio==4.44.0
|
2 |
openai==1.51.2
|
3 |
azure-identity==1.18.0
|
4 |
-
tiktoken==0.8.0
|
5 |
-
sqlite3; python_version >= '3.5' # Included in Python standard library
|
|
|
1 |
gradio==4.44.0
|
2 |
openai==1.51.2
|
3 |
azure-identity==1.18.0
|
4 |
+
tiktoken==0.8.0
|
|