diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 43fce701a4..7c0e2987c1 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -1074,7 +1074,7 @@ class ChatProviderTemplate(TypedDict): "type": "list", # provider sources templates "config_template": { - "OpenAI": { + "OpenAI Compatible": { "id": "openai", "provider": "openai", "type": "openai_chat_completion",