Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -634,9 +634,9 @@ def submit_message(prompt, prompt_template, temperature, max_tokens, context_len
|
|
634 |
#print(prompt_template) # prints who is responding if I move to multiple experts
|
635 |
#print(prompt_templates[prompt_template])
|
636 |
|
637 |
-
|
638 |
|
639 |
-
completion = chain.invoke({"question":prompt})
|
640 |
|
641 |
chain.memory.load_memory_variables({})
|
642 |
|
|
|
634 |
#print(prompt_template) # prints who is responding if I move to multiple experts
|
635 |
#print(prompt_templates[prompt_template])
|
636 |
|
637 |
+
completion = get_chat_response(prompt)
|
638 |
|
639 |
+
#completion = chain.invoke({"question":prompt})
|
640 |
|
641 |
chain.memory.load_memory_variables({})
|
642 |
|