michailroussos commited on
Commit
129e6d2
·
1 Parent(s): 343abde

maybe done?

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 cleaned_response
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