Spaces:
Runtime error
Runtime error
michailroussos
commited on
Commit
·
129e6d2
1
Parent(s):
343abde
maybe done?
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def respond(message, max_new_tokens, temperature, system_message="You are a help
|
|
68 |
# Debug: Show the cleaned response
|
69 |
print("[DEBUG] Cleaned Response:", cleaned_response)
|
70 |
|
71 |
-
return
|
72 |
|
73 |
except Exception as e:
|
74 |
# Debug: Log errors
|
|
|
68 |
# Debug: Show the cleaned response
|
69 |
print("[DEBUG] Cleaned Response:", cleaned_response)
|
70 |
|
71 |
+
return result_text
|
72 |
|
73 |
except Exception as e:
|
74 |
# Debug: Log errors
|