MallikarjunSonna commited on
Commit
2f580d2
·
verified ·
1 Parent(s): 3ba6132

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ final_answer = FinalAnswerTool()
87
  model = HfApiModel(
88
  max_tokens=2096,
89
  temperature=0.7,
90
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
91
  )
92
 
93
  # Load Prompt Templates
 
87
  model = HfApiModel(
88
  max_tokens=2096,
89
  temperature=0.7,
90
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
91
  )
92
 
93
  # Load Prompt Templates