Bhanu-Chander-ABB commited on
Commit
8254edf
·
1 Parent(s): c803551

deepseek v2 chat

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -331,7 +331,7 @@ Instructions:
331
  # Generate the chat interface, including the tools
332
 
333
  llm = HuggingFaceEndpoint(
334
- repo_id="microsoft/Phi-4-multimodal-instruct",
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}