Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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 = []
|