Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,8 +43,8 @@ agent = CodeAgent(
|
|
| 43 |
tools=[get_weather],
|
| 44 |
description="Weather info agent",
|
| 45 |
model="gpt-3.5-turbo" # or whatever model is supported
|
| 46 |
-
)
|
| 47 |
-
|
| 48 |
|
| 49 |
@tool
|
| 50 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 43 |
tools=[get_weather],
|
| 44 |
description="Weather info agent",
|
| 45 |
model="gpt-3.5-turbo" # or whatever model is supported
|
| 46 |
+
)
|
| 47 |
+
demo.launch(ssr=False)
|
| 48 |
|
| 49 |
@tool
|
| 50 |
def get_current_time_in_timezone(timezone: str) -> str:
|