bobobert4 commited on
Commit
fafc3f2
·
1 Parent(s): ee4ab6d

fix: deleted unsed line

Browse files
Files changed (1) hide show
  1. agent.py +0 -2
agent.py CHANGED
@@ -17,8 +17,6 @@ from smolagents import CodeAgent, HfApiModel
17
  # Import our custom tools from their modules
18
  from tools import basic_tools
19
 
20
- ChatHuggingFace(llm=llm, verbose=True)
21
-
22
  # Google's chat interface
23
  RPM = int(os.environ.get("AGENT_MODEL_RPM", 8))
24
  TPM = int(os.environ.get("AGENT_MODEL_TPM", 200000))
 
17
  # Import our custom tools from their modules
18
  from tools import basic_tools
19
 
 
 
20
  # Google's chat interface
21
  RPM = int(os.environ.get("AGENT_MODEL_RPM", 8))
22
  TPM = int(os.environ.get("AGENT_MODEL_TPM", 200000))