Spaces:
Sleeping
Sleeping
Implemented inital agent code
Browse files- __pycache__/agent.cpython-311.pyc +0 -0
- agent.py +1 -1
__pycache__/agent.cpython-311.pyc
ADDED
Binary file (5.29 kB). View file
|
|
agent.py
CHANGED
@@ -37,7 +37,7 @@ When you recieve an input from the user, first you will break the input into sma
|
|
37 |
|
38 |
# Generate the chat interface, including the tools
|
39 |
llm = ChatOpenAI(
|
40 |
-
model="gpt-
|
41 |
temperature=0
|
42 |
)
|
43 |
|
|
|
37 |
|
38 |
# Generate the chat interface, including the tools
|
39 |
llm = ChatOpenAI(
|
40 |
+
model="gpt-4o-mini",
|
41 |
temperature=0
|
42 |
)
|
43 |
|