annas4421 commited on
Commit
0d5cca5
·
verified ·
1 Parent(s): 70819d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def get_vectorstore(chunks):
63
 
64
  # generating conversation chain
65
  def get_conversationchain(vectorstore):
66
- llm=ChatOpenAI(temperature=0.2,model_name='gpt-3.5-turbo-0125')
67
  memory = ConversationBufferMemory(memory_key='chat_history',
68
  return_messages=True,
69
  output_key='answer') # using conversation buffer memory to hold past information
 
63
 
64
  # generating conversation chain
65
  def get_conversationchain(vectorstore):
66
+ llm=ChatOpenAI(temperature=0.4,model_name='gpt-4o-mini')
67
  memory = ConversationBufferMemory(memory_key='chat_history',
68
  return_messages=True,
69
  output_key='answer') # using conversation buffer memory to hold past information