新增后端日志,且更改了平台名字

This commit is contained in:
wangjiming
2026-08-19 17:26:49 +08:00
parent c3e96ae61b
commit 78680a5c5c
18 changed files with 865 additions and 538 deletions

View File

@@ -150,7 +150,7 @@ def docs_kwargs() -> dict[str, Any]:
return {"docs_url": None, "redoc_url": None, "openapi_url": None}
# main.py
app = FastAPI(title="YG Fine-Tune Compute API", **docs_kwargs())
app = FastAPI(title="YG Zhilian Compute API", **docs_kwargs())
```
**判定顺序(优先级从高到低)**