jet-taekyo commited on
Commit
3d2f0af
1 Parent(s): 945be61

Add application file

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -2,4 +2,6 @@ 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
+ fastapi
7
+ uvicorn[standard]