Nioi commited on
Commit
9981054
·
1 Parent(s): b61d222

inference issues

Browse files
Files changed (2) hide show
  1. .gitignore +3 -0
  2. agent.py +1 -1
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ .env
2
+ pg.py
3
+ *.json
agent.py CHANGED
@@ -92,4 +92,4 @@ def rounder(a:float, n:int) -> float:
92
  def get_agent() -> CodeAgent:
93
  search_tool = DuckDuckGoSearchTool()
94
 
95
- return CodeAgent(tools=[add, subtract, multiply, divide, modulus, rounder, search_tool], model=HfApiModel())
 
92
  def get_agent() -> CodeAgent:
93
  search_tool = DuckDuckGoSearchTool()
94
 
95
+ return CodeAgent(tools=[add, subtract, multiply, divide, modulus, rounder, search_tool], model=HfApiModel(bill_to="NioiOrg"))