alided1 commited on
Commit
3b15e25
·
verified ·
1 Parent(s): e045d9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -48,7 +48,8 @@ final_answer = FinalAnswerTool()
48
  model = HfApiModel(
49
  max_tokens=2096,
50
  temperature=0.5,
51
- model_id='https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud',
 
52
  #model_id='meta-llama/Meta-Llama-3-8B-Instruct',# it is possible that this model may be overloaded
53
  #model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
54
  custom_role_conversions=None,
 
48
  model = HfApiModel(
49
  max_tokens=2096,
50
  temperature=0.5,
51
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
52
+ #model_id='https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud',
53
  #model_id='meta-llama/Meta-Llama-3-8B-Instruct',# it is possible that this model may be overloaded
54
  #model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
55
  custom_role_conversions=None,