refactor: pluginize litellm auth onboarding

This commit is contained in:
Peter Steinberger
2026-03-27 12:25:55 +00:00
parent 324cddee4c
commit bcfddcc768
21 changed files with 271 additions and 328 deletions

View File

@@ -3,8 +3,6 @@ import type { OpenClawConfig } from "../config/config.js";
import { resolveManifestProviderAuthChoice } from "./provider-auth-choices.js";
const PREFERRED_PROVIDER_BY_AUTH_CHOICE: Partial<Record<string, string>> = {
chutes: "chutes",
"litellm-api-key": "litellm",
"custom-api-key": "custom",
};