Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def invoke(openai_api_key, prompt, agent_option):
|
|
40 |
else:
|
41 |
completion = invoke_agent(
|
42 |
config["model"],
|
43 |
-
config["temperature"]
|
44 |
prompt)
|
45 |
|
46 |
output = completion["output"]
|
|
|
40 |
else:
|
41 |
completion = invoke_agent(
|
42 |
config["model"],
|
43 |
+
config["temperature"],
|
44 |
prompt)
|
45 |
|
46 |
output = completion["output"]
|