artyomboyko commited on
Commit
07551a0
·
verified ·
1 Parent(s): e6b7535

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -2
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