ryanrwatkins commited on
Commit
ef19775
·
verified ·
1 Parent(s): d9b0e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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