mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-09-07 00:36:36 +08:00
优化日志记录,添加请求详细信息输出
This commit is contained in:
@@ -42,6 +42,7 @@ async def chat_completion(
|
|||||||
token: str = Depends(security_service.verify_authorization),
|
token: str = Depends(security_service.verify_authorization),
|
||||||
):
|
):
|
||||||
logger.info(f"Handling chat completion request for model: {request.model}")
|
logger.info(f"Handling chat completion request for model: {request.model}")
|
||||||
|
logger.info(f"Request: \n{request.model_dump_json(indent=2)}")
|
||||||
api_key = await key_manager.get_next_working_key()
|
api_key = await key_manager.get_next_working_key()
|
||||||
logger.info(f"Using API key: {api_key}")
|
logger.info(f"Using API key: {api_key}")
|
||||||
retries = 0
|
retries = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user