mavinsao commited on
Commit
5fce281
·
verified ·
1 Parent(s): 07650f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ PROMPT = PromptTemplate(
71
  )
72
 
73
  # Initialize the language model
74
- llm = ChatOpenAI(temperature=0.5, model_name="gpt-3.5-turbo")
75
 
76
  # Set up conversation memory with summarization
77
  memory = ConversationSummaryBufferMemory(llm=llm, max_token_limit=1000, memory_key="chat_history", return_messages=True)
 
71
  )
72
 
73
  # Initialize the language model
74
+ llm = ChatOpenAI(temperature=0.7, model_name="gpt-4o")
75
 
76
  # Set up conversation memory with summarization
77
  memory = ConversationSummaryBufferMemory(llm=llm, max_token_limit=1000, memory_key="chat_history", return_messages=True)