Spaces:
Running
Running
update
Browse files- app_huggingface.py +1 -0
- pyproject.toml +1 -1
- requirements.txt +2 -2
app_huggingface.py
CHANGED
|
@@ -17,4 +17,5 @@ demo = get_app(
|
|
| 17 |
choices=HUGGINGFACE_MODELS_DISPLAY, # Display names without prefix
|
| 18 |
fill_height=True,
|
| 19 |
coder=True,
|
|
|
|
| 20 |
)
|
|
|
|
| 17 |
choices=HUGGINGFACE_MODELS_DISPLAY, # Display names without prefix
|
| 18 |
fill_height=True,
|
| 19 |
coder=True,
|
| 20 |
+
provider="together"
|
| 21 |
)
|
pyproject.toml
CHANGED
|
@@ -38,7 +38,7 @@ dependencies = [
|
|
| 38 |
"langchain>=0.3.14",
|
| 39 |
"chromadb>=0.5.23",
|
| 40 |
"openai>=1.55.0",
|
| 41 |
-
"ai-gradio[crewai,deepseek,gemini,groq,hyperbolic,openai,smolagents,transformers, langchain, mistral,minimax,nvidia, qwen, openrouter, huggingface]>=0.2.
|
| 42 |
]
|
| 43 |
|
| 44 |
[tool.uv.sources]
|
|
|
|
| 38 |
"langchain>=0.3.14",
|
| 39 |
"chromadb>=0.5.23",
|
| 40 |
"openai>=1.55.0",
|
| 41 |
+
"ai-gradio[crewai,deepseek,gemini,groq,hyperbolic,openai,smolagents,transformers, langchain, mistral,minimax,nvidia, qwen, openrouter, huggingface]>=0.2.49",
|
| 42 |
]
|
| 43 |
|
| 44 |
[tool.uv.sources]
|
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# uv pip compile pyproject.toml -o requirements.txt
|
| 3 |
accelerate==1.2.1
|
| 4 |
# via ai-gradio
|
| 5 |
-
ai-gradio==0.2.
|
| 6 |
# via anychat (pyproject.toml)
|
| 7 |
aiofiles==23.2.1
|
| 8 |
# via gradio
|
|
@@ -428,7 +428,7 @@ httpx-sse==0.4.0
|
|
| 428 |
# langchain-community
|
| 429 |
httpx-ws==0.7.1
|
| 430 |
# via fireworks-ai
|
| 431 |
-
huggingface-hub==0.
|
| 432 |
# via
|
| 433 |
# accelerate
|
| 434 |
# ai-gradio
|
|
|
|
| 2 |
# uv pip compile pyproject.toml -o requirements.txt
|
| 3 |
accelerate==1.2.1
|
| 4 |
# via ai-gradio
|
| 5 |
+
ai-gradio==0.2.49
|
| 6 |
# via anychat (pyproject.toml)
|
| 7 |
aiofiles==23.2.1
|
| 8 |
# via gradio
|
|
|
|
| 428 |
# langchain-community
|
| 429 |
httpx-ws==0.7.1
|
| 430 |
# via fireworks-ai
|
| 431 |
+
huggingface-hub==0.29.1
|
| 432 |
# via
|
| 433 |
# accelerate
|
| 434 |
# ai-gradio
|