Spaces:
Sleeping
Sleeping
Commit
·
d8028fc
1
Parent(s):
4697ce0
deepseek R1
Browse files
app.py
CHANGED
|
@@ -284,7 +284,7 @@ Instructions:
|
|
| 284 |
# Generate the chat interface, including the tools
|
| 285 |
|
| 286 |
llm = HuggingFaceEndpoint(
|
| 287 |
-
repo_id="
|
| 288 |
# repo_id="Qwen/Qwen2.5-32B-Instruct",
|
| 289 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
| 290 |
# model_kwargs={'prompt': system_prompt}
|
|
|
|
| 284 |
# Generate the chat interface, including the tools
|
| 285 |
|
| 286 |
llm = HuggingFaceEndpoint(
|
| 287 |
+
repo_id="deepseek-ai/DeepSeek-R1",
|
| 288 |
# repo_id="Qwen/Qwen2.5-32B-Instruct",
|
| 289 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
| 290 |
# model_kwargs={'prompt': system_prompt}
|