Raiff1982 commited on
Commit
dca483b
·
verified ·
1 Parent(s): fde04fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -40,8 +40,7 @@ def codette_chat(message, history, consent=True, dynamic_rec=True, use_finetune=
40
  user_consent=consent,
41
  dynamic_recursion=dynamic_rec
42
  )
43
- return f"[Error calling FT model]: {str(e)}\n\nFallback response:
44
- {fallback}"
45
  else:
46
  return codette_cqure.recursive_universal_reasoning(
47
  message,
 
40
  user_consent=consent,
41
  dynamic_recursion=dynamic_rec
42
  )
43
+ return f"[Error calling FT model]: {str(e)}\n\nFallback response:\n{fallback}"
 
44
  else:
45
  return codette_cqure.recursive_universal_reasoning(
46
  message,