mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
feat: 视频计费增强与影子计费系统
This commit is contained in:
@@ -479,13 +479,11 @@ class EndpointHealthService:
|
||||
fam, kind = normalized.split(":", 1)
|
||||
fam_label = {"claude": "Claude", "openai": "OpenAI", "gemini": "Gemini"}.get(fam, fam)
|
||||
kind_label = {
|
||||
"chat": "",
|
||||
"chat": "Chat",
|
||||
"cli": "CLI",
|
||||
"video": "Video",
|
||||
"image": "Image",
|
||||
}.get(kind, kind)
|
||||
if not kind_label:
|
||||
return fam_label
|
||||
return f"{fam_label} {kind_label}"
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user