krrishk22 commited on
Commit
8f4a5db
·
verified ·
1 Parent(s): 1ff0c61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ final_answer = FinalAnswerTool()
228
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
229
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
230
 
231
- )
232
  model = HfApiModel(
233
  max_tokens=2096,
234
  temperature=0.5,
 
228
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
229
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
230
 
231
+
232
  model = HfApiModel(
233
  max_tokens=2096,
234
  temperature=0.5,