Update main.py
Browse files
main.py
CHANGED
@@ -350,7 +350,7 @@ async def chat_completions(request: ChatRequest, req: Request, api_key: str = De
|
|
350 |
logger.info(f"Completed response generation for API key: {api_key} | IP: {client_ip}")
|
351 |
return {
|
352 |
"id": f"chatcmpl-{uuid.uuid4()}",
|
353 |
-
"object": "chat.logger.info(f"Completed response generation for API key: {api_key} | IP: {client_ip}")
|
354 |
return {
|
355 |
"id": f"chatcmpl-{uuid.uuid4()}",
|
356 |
"object": "chat.completion",
|
|
|
350 |
logger.info(f"Completed response generation for API key: {api_key} | IP: {client_ip}")
|
351 |
return {
|
352 |
"id": f"chatcmpl-{uuid.uuid4()}",
|
353 |
+
"object": "chat.logger.info(f"Completed response generation for API key: {api_key} | IP: {client_ip}")"
|
354 |
return {
|
355 |
"id": f"chatcmpl-{uuid.uuid4()}",
|
356 |
"object": "chat.completion",
|