Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ class BasicAgent:
|
|
| 33 |
def __init__(self):
|
| 34 |
print("BasicAgent initialized.")
|
| 35 |
|
| 36 |
-
chat = init_chat_model(model="gpt-
|
| 37 |
|
| 38 |
# Set up tools
|
| 39 |
search_tool = DuckDuckGoSearchRun()
|
|
|
|
| 33 |
def __init__(self):
|
| 34 |
print("BasicAgent initialized.")
|
| 35 |
|
| 36 |
+
chat = init_chat_model(model="gpt-4", temperature=0)
|
| 37 |
|
| 38 |
# Set up tools
|
| 39 |
search_tool = DuckDuckGoSearchRun()
|