svijayanand commited on
Commit
b6d5233
·
verified ·
1 Parent(s): 0e78abf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ async def on_chat_start():
34
 
35
  # create a chat model / LLM
36
  chat_model = ChatOpenAI(
37
- model="gpt-4o-2024-05-13", temperature=0, api_key=openai_api_key
38
  )
39
 
40
  # create a parser to parse the output of our LLM
 
34
 
35
  # create a chat model / LLM
36
  chat_model = ChatOpenAI(
37
+ model="gpt-3.5-turbo", temperature=0, api_key=openai_api_key
38
  )
39
 
40
  # create a parser to parse the output of our LLM