ryanrwatkins commited on
Commit
fd55ba5
·
verified ·
1 Parent(s): d8bc3f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -816,7 +816,7 @@ def submit_message(prompt, prompt_template, temperature, max_tokens, context_len
816
  #prompt_template = prompt_templates[prompt_template]
817
 
818
  print(prompt_templates[prompt_template])
819
- print(prompt_templates[prompt_template][act])
820
 
821
 
822
  completion = chain.invoke({"question":prompt})
 
816
  #prompt_template = prompt_templates[prompt_template]
817
 
818
  print(prompt_templates[prompt_template])
819
+ print(prompt_templates)
820
 
821
 
822
  completion = chain.invoke({"question":prompt})