Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,8 +50,7 @@ def invoke(openai_api_key, prompt, agent_option):
|
|
50 |
llm = ChatOpenAI(
|
51 |
model_name = config["model_name"],
|
52 |
openai_api_key = openai_api_key,
|
53 |
-
temperature = config["temperature"]
|
54 |
-
verbose = True)
|
55 |
|
56 |
tools = load_tools(["openweathermap-api"])
|
57 |
|
|
|
50 |
llm = ChatOpenAI(
|
51 |
model_name = config["model_name"],
|
52 |
openai_api_key = openai_api_key,
|
53 |
+
temperature = config["temperature"])
|
|
|
54 |
|
55 |
tools = load_tools(["openweathermap-api"])
|
56 |
|