Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -123,7 +123,7 @@ async def chat_completion(request: ChatRequest, authorization: str = Header(None
|
|
| 123 |
await verify_authorization(authorization)
|
| 124 |
async with key_lock:
|
| 125 |
api_key = next(key_cycle)
|
| 126 |
-
logger.info(f"Using API key: {api_key
|
| 127 |
|
| 128 |
try:
|
| 129 |
logger.info(f"Chat completion request - Model: {request.model}")
|
|
|
|
| 123 |
await verify_authorization(authorization)
|
| 124 |
async with key_lock:
|
| 125 |
api_key = next(key_cycle)
|
| 126 |
+
logger.info(f"Using API key: {api_key}")
|
| 127 |
|
| 128 |
try:
|
| 129 |
logger.info(f"Chat completion request - Model: {request.model}")
|