diff --git a/components/SettingsModal.tsx b/components/SettingsModal.tsx index 9f555e5..2e8e880 100644 --- a/components/SettingsModal.tsx +++ b/components/SettingsModal.tsx @@ -53,7 +53,6 @@ export function readStoredVisionClick(): boolean { const PROVIDER_OPTIONS: { value: ProviderProtocol | ""; label: string }[] = [ { value: "", label: "自动推断(推荐)" }, { value: "openai_compatible", label: "OpenAI Compatible" }, - { value: "openai", label: "OpenAI (Native)" }, { value: "runware", label: "Runware" }, ];