BICORP commited on
Commit
e27b980
·
verified ·
1 Parent(s): 9db2371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -65,9 +65,7 @@ def respond_with_pseudonym(
65
  # Call the existing respond function
66
  response = respond(message, history, system_message, max_tokens, temperature, top_p, model_name)
67
 
68
- # Add pseudonym at the end of the response
69
- response += f"\n\n[Response generated by: {selected_pseudonym}]"
70
-
71
  return response
72
 
73
  # Gradio Chat Interface
 
65
  # Call the existing respond function
66
  response = respond(message, history, system_message, max_tokens, temperature, top_p, model_name)
67
 
68
+ # No longer adding the pseudonym at the end of the response
 
 
69
  return response
70
 
71
  # Gradio Chat Interface