Lasdw commited on
Commit
7138767
·
1 Parent(s): 657b459

Implemented inital agent code

Browse files
Files changed (2) hide show
  1. __pycache__/agent.cpython-311.pyc +0 -0
  2. 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-4",
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