kenny
commited on
Commit
·
77abe68
1
Parent(s):
945be61
Add pydantic version to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ chainlit==0.7.700
|
|
2 |
cohere==4.37
|
3 |
openai==1.3.5
|
4 |
tiktoken==0.5.1
|
5 |
-
python-dotenv==1.0.0
|
|
|
|
2 |
cohere==4.37
|
3 |
openai==1.3.5
|
4 |
tiktoken==0.5.1
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
pydantic==2.10.1
|