refactor(ai-client): replace AI SDK adapters with OpenAI SDK

This commit is contained in:
baizhi958216
2026-06-11 16:11:44 +08:00
parent 6cd7d88326
commit ef3b57953b
11 changed files with 191 additions and 275 deletions
-2
View File
@@ -54,8 +54,6 @@ const PROVIDER_OPTIONS: { value: ProviderProtocol | ""; label: string }[] = [
{ value: "", label: "自动推断(推荐)" },
{ value: "openai_compatible", label: "OpenAI Compatible" },
{ value: "openai", label: "OpenAI (Native)" },
{ value: "anthropic", label: "Anthropic" },
{ value: "google", label: "Google Gemini" },
{ value: "runware", label: "Runware" },
];