Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -4,7 +4,13 @@ seaborn
|
|
| 4 |
streamlit
|
| 5 |
pyyaml
|
| 6 |
|
|
|
|
| 7 |
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
build
|
| 10 |
twine
|
|
|
|
| 4 |
streamlit
|
| 5 |
pyyaml
|
| 6 |
|
| 7 |
+
# LLM models
|
| 8 |
huggingface_hub
|
| 9 |
+
openai
|
| 10 |
+
groq
|
| 11 |
+
google
|
| 12 |
+
deepseek
|
| 13 |
+
anthropic
|
| 14 |
|
| 15 |
build
|
| 16 |
twine
|