We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64997cb commit 5b239b5Copy full SHA for 5b239b5
1 file changed
cli/serve/app.py
@@ -271,7 +271,7 @@ async def endpoint(request: ChatCompletionRequest):
271
except Exception:
272
# Catch-all for any unexpected errors. Log the full traceback
273
# server-side (operators must be able to diagnose the 500), and
274
- # return a generic message to the client — the raw `str(e)` can
+ # return a generic message to the client, the raw `str(e)` can
275
# leak file paths / internal state across the API boundary
276
# (#991).
277
logger.exception("Unhandled error in chat-completion handler")
0 commit comments