Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|