tferhan commited on
Commit
1eb75f7
·
verified ·
1 Parent(s): 380f174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def initialize_llmchain(temperature, max_tokens, top_k, vector_db):
94
  )
95
  return qa_chain
96
 
97
- qa = initialize_llmchain(0.7, 1024, 1, vec_cre) #The model question answer
98
 
99
  def format_chat_history(message, chat_history):
100
  formatted_chat_history = []
 
94
  )
95
  return qa_chain
96
 
97
+ qa = initialize_llmchain(0.7, 1024, 40, vec_cre) #The model question answer
98
 
99
  def format_chat_history(message, chat_history):
100
  formatted_chat_history = []