mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 05:50:23 +00:00
refactor: pluginize litellm auth onboarding
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user