Bhanu-Chander-ABB commited on
Commit
d8028fc
·
1 Parent(s): 4697ce0

deepseek R1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ Instructions:
284
  # Generate the chat interface, including the tools
285
 
286
  llm = HuggingFaceEndpoint(
287
- repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1",
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}