mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-09-05 15:36:45 +08:00
新增日志分隔符,优化chat_completion接口日志输出结构
This commit is contained in:
@@ -41,6 +41,7 @@ async def chat_completion(
|
|||||||
authorization: str = Header(None),
|
authorization: str = Header(None),
|
||||||
token: str = Depends(security_service.verify_authorization),
|
token: str = Depends(security_service.verify_authorization),
|
||||||
):
|
):
|
||||||
|
logger.info("-" * 50)
|
||||||
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)}")
|
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()
|
||||||
|
|||||||
Reference in New Issue
Block a user