Niansuh commited on
Commit
1bfa801
·
verified ·
1 Parent(s): b427211

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 += "\nNiansuhAI"
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()}",