Bhanu-Chander-ABB commited on
Commit
f0273ec
·
1 Parent(s): e93cb13

switched to Qwen 14B Instruct

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ Instructions:
273
  # Generate the chat interface, including the tools
274
 
275
  llm = HuggingFaceEndpoint(
276
- repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
277
  huggingfacehub_api_token=HF_ACCESS_KEY,
278
  # model_kwargs={'prompt': system_prompt}
279
  # system_prompt=system_prompt,
 
273
  # Generate the chat interface, including the tools
274
 
275
  llm = HuggingFaceEndpoint(
276
+ repo_id="Qwen/Qwen2-14B-Instruct",
277
  huggingfacehub_api_token=HF_ACCESS_KEY,
278
  # model_kwargs={'prompt': system_prompt}
279
  # system_prompt=system_prompt,