Update lagent/actions/weather_query.py
Browse files
lagent/actions/weather_query.py
CHANGED
@@ -2,7 +2,6 @@ import os
|
|
2 |
import requests
|
3 |
from lagent.actions.base_action import BaseAction, tool_api
|
4 |
from lagent.schema import ActionReturn, ActionStatusCode
|
5 |
-
weather_token='eb6a6ad711f14601b344cd2a58c55079'
|
6 |
|
7 |
class WeatherQuery(BaseAction):
|
8 |
def __init__(self):
|
|
|
2 |
import requests
|
3 |
from lagent.actions.base_action import BaseAction, tool_api
|
4 |
from lagent.schema import ActionReturn, ActionStatusCode
|
|
|
5 |
|
6 |
class WeatherQuery(BaseAction):
|
7 |
def __init__(self):
|