wt002 commited on
Commit
4e749b7
·
verified ·
1 Parent(s): c3c7328

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ If the answer is a string, do not use articles or abbreviations (e.g., for citie
206
  If the answer is a comma-separated list, apply the above rules for each element based on whether it is a number or a string.
207
  """
208
  self.agent = CodeAgent(
209
- model=model,
210
  tools=[search_tool, wiki_search_tool, str_reverse_tool, keywords_extract_tool, speech_to_text_tool, visit_webpage_tool, final_answer_tool, parse_excel_to_json, video_transcription_tool],
211
  add_base_tools=True
212
  )
 
206
  If the answer is a comma-separated list, apply the above rules for each element based on whether it is a number or a string.
207
  """
208
  self.agent = CodeAgent(
209
+ model=model_id,
210
  tools=[search_tool, wiki_search_tool, str_reverse_tool, keywords_extract_tool, speech_to_text_tool, visit_webpage_tool, final_answer_tool, parse_excel_to_json, video_transcription_tool],
211
  add_base_tools=True
212
  )