Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ fastapi
|
|
3 |
python-dotenv
|
4 |
uvicorn==0.30.6
|
5 |
supabase
|
6 |
-
openai==1.55.3
|
|
|
|
3 |
python-dotenv
|
4 |
uvicorn==0.30.6
|
5 |
supabase
|
6 |
+
openai==1.55.3
|
7 |
+
tiktoken
|