Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,8 @@ class MyAgent:
|
|
| 33 |
llm=HuggingFaceEndpoint(
|
| 34 |
repo_id="deepseek-ai/DeepSeek-V4-Pro",
|
| 35 |
huggingfacehub_api_token='HF_API',
|
| 36 |
-
task="
|
|
|
|
| 37 |
)
|
| 38 |
)
|
| 39 |
|
|
|
|
| 33 |
llm=HuggingFaceEndpoint(
|
| 34 |
repo_id="deepseek-ai/DeepSeek-V4-Pro",
|
| 35 |
huggingfacehub_api_token='HF_API',
|
| 36 |
+
task="text-generation",
|
| 37 |
+
provider="hf-inference",
|
| 38 |
)
|
| 39 |
)
|
| 40 |
|