bstraehle commited on
Commit
c6bc22c
·
1 Parent(s): c097673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -38,6 +38,7 @@ def invoke(openai_api_key, rag_option, prompt):
38
  result = ""
39
  generation_info = ""
40
  llm_output = ""
 
41
  err_msg = ""
42
 
43
  try:
 
38
  result = ""
39
  generation_info = ""
40
  llm_output = ""
41
+ cb = ""
42
  err_msg = ""
43
 
44
  try: