Update agent.py
Browse files
agent.py
CHANGED
@@ -34,8 +34,6 @@ def instantiate_agent(executor_type : str="local", agent_type: str ="tool_callin
|
|
34 |
elif executor_type == "local" and agent_type == "tool_calling":
|
35 |
|
36 |
tool_call_system_prompt = os.getenv("TOOL_CALLING_SYSTEM_PROMPT")
|
37 |
-
|
38 |
-
print(tool_call_system_prompt)
|
39 |
|
40 |
hf_model = "Qwen/Qwen2.5-7B-Instruct"
|
41 |
# hf_model = "Qwen/Qwen2.5-3B-Instruct" # For debug purpose
|
|
|
34 |
elif executor_type == "local" and agent_type == "tool_calling":
|
35 |
|
36 |
tool_call_system_prompt = os.getenv("TOOL_CALLING_SYSTEM_PROMPT")
|
|
|
|
|
37 |
|
38 |
hf_model = "Qwen/Qwen2.5-7B-Instruct"
|
39 |
# hf_model = "Qwen/Qwen2.5-3B-Instruct" # For debug purpose
|