Spaces:
Sleeping
Sleeping
Commit
·
8254edf
1
Parent(s):
c803551
deepseek v2 chat
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ Instructions:
|
|
331 |
# Generate the chat interface, including the tools
|
332 |
|
333 |
llm = HuggingFaceEndpoint(
|
334 |
-
repo_id="
|
335 |
# repo_id="Qwen/Qwen2.5-32B-Instruct",
|
336 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
337 |
# model_kwargs={'prompt': system_prompt}
|
|
|
331 |
# Generate the chat interface, including the tools
|
332 |
|
333 |
llm = HuggingFaceEndpoint(
|
334 |
+
repo_id="deepseek-ai/DeepSeek-V2-Chat",
|
335 |
# repo_id="Qwen/Qwen2.5-32B-Instruct",
|
336 |
huggingfacehub_api_token=HF_ACCESS_KEY,
|
337 |
# model_kwargs={'prompt': system_prompt}
|