模型全面切换值 ZM 模型

This commit is contained in:
zk
2026-05-09 09:40:04 +08:00
parent f14f07affa
commit e8a094fd7b
8 changed files with 12 additions and 13 deletions
-1
View File
@@ -53,7 +53,6 @@ class LLM(Enum):
ZM_GPT_5_4 = ("gpt-5.4", *_ZM)
ZM_GPT_5_4_MINI = ("gpt-5.4-mini", *_ZM)
ZM_GPT_5_2 = ("gpt-5.2", *_ZM)
ZM_GPT_4O = ("gpt-5.5", *_ZM)