Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ agent = CodeAgent(
|
|
| 45 |
model="gpt-3.5-turbo" # or whatever model is supported
|
| 46 |
)
|
| 47 |
demo = GradioUI(
|
| 48 |
-
|
| 49 |
inputs="text",
|
| 50 |
output="text",
|
| 51 |
title="DTS Weather Tool",
|
|
|
|
| 45 |
model="gpt-3.5-turbo" # or whatever model is supported
|
| 46 |
)
|
| 47 |
demo = GradioUI(
|
| 48 |
+
agent=get_weather,
|
| 49 |
inputs="text",
|
| 50 |
output="text",
|
| 51 |
title="DTS Weather Tool",
|