Didier commited on
Commit
9a919aa
·
verified ·
1 Parent(s): 006455c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ mistral_model = smolagents.LiteLLMModel(
103
  # Define the agent
104
  #
105
  agent = smolagents.CodeAgent(
106
- tools=[sql_engine],
107
  model=mistral_model
108
  )
109
 
 
103
  # Define the agent
104
  #
105
  agent = smolagents.CodeAgent(
106
+ tools=[sql_tool],
107
  model=mistral_model
108
  )
109