Update app.py
Browse files
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 |
-
#
|
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
|