kenny commited on
Commit
0d2d583
·
2 Parent(s): ea87e63 87af07e

Merge branch 'main' of https://github.com/AI-Maker-Space/Beyond-ChatGPT

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- chainlit
2
- cohere
3
- openai
4
- tiktoken
5
- python-dotenv
 
 
1
+ chainlit==0.7.700
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