Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ mistral_model = smolagents.LiteLLMModel(
|
|
103 |
# Define the agent
|
104 |
#
|
105 |
agent = smolagents.CodeAgent(
|
106 |
-
tools=[
|
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 |
|