Spaces:
Build error
Build error
Updated the agent
Browse files
agent.py
CHANGED
|
@@ -13,7 +13,7 @@ web_page_visit_tool = VisitWebpageTool()
|
|
| 13 |
python_script_reader_tool = ReadPythonScript()
|
| 14 |
final_answer = FinalAnswerTool()
|
| 15 |
# --- Basic Agent Definition ---
|
| 16 |
-
def build_agent(model_id:str='
|
| 17 |
model = InferenceClientModel(
|
| 18 |
max_tokens=4192,
|
| 19 |
temperature=0.5,
|
|
|
|
| 13 |
python_script_reader_tool = ReadPythonScript()
|
| 14 |
final_answer = FinalAnswerTool()
|
| 15 |
# --- Basic Agent Definition ---
|
| 16 |
+
def build_agent(model_id:str='Qwen/Qwen2.5-Coder-32B-Instruct'):
|
| 17 |
model = InferenceClientModel(
|
| 18 |
max_tokens=4192,
|
| 19 |
temperature=0.5,
|