dependency fix
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
litellm==1.48.
|
2 |
streamlit
|
3 |
openai>=1.46.0
|
4 |
python-dotenv>=1.0.1
|
|
|
1 |
+
litellm==1.48.12
|
2 |
streamlit
|
3 |
openai>=1.46.0
|
4 |
python-dotenv>=1.0.1
|