🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-05-01 19:18:37 +00:00
parent 9cf62f983e
commit c88a73597a
32 changed files with 33 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import aiohttp
import requests
from src.common.logger import get_module_logger
from rich.traceback import install
install(show_locals=True, extra_lines=3)
logger = get_module_logger("offline_llm")