requiements
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
litellm==1.48.5litellm
|
2 |
+
streamlit
|
3 |
+
openai>=1.46.0
|
4 |
+
python-dotenv>=1.0.1
|
5 |
+
function-schema>=0.4.2
|
6 |
+
termcolor>=2.4.0
|