Bhanu-Chander-ABB commited on
Commit
47d092c
·
1 Parent(s): 8254edf
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="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}
 
331
  # Generate the chat interface, including the tools
332
 
333
  llm = HuggingFaceEndpoint(
334
+ repo_id="meta-llama/Llama-3.3-70B-Instruct",
335
  # repo_id="Qwen/Qwen2.5-32B-Instruct",
336
  huggingfacehub_api_token=HF_ACCESS_KEY,
337
  # model_kwargs={'prompt': system_prompt}