Update main.py
Browse files
main.py
CHANGED
@@ -265,7 +265,7 @@ async def chat_completions(request: ChatRequest):
|
|
265 |
response_content += chunk
|
266 |
|
267 |
# Append "\nNiansuhAI" to the final response content
|
268 |
-
response_content += "\
|
269 |
|
270 |
return {
|
271 |
"id": f"chatcmpl-{uuid.uuid4()}",
|
|
|
265 |
response_content += chunk
|
266 |
|
267 |
# Append "\nNiansuhAI" to the final response content
|
268 |
+
response_content += "\n**NiansuhAI**"
|
269 |
|
270 |
return {
|
271 |
"id": f"chatcmpl-{uuid.uuid4()}",
|