import type { OpenClawConfig } from "../../config/types.openclaw.js"; import { buildProviderAuthDoctorHintWithPlugin } from "../../plugins/provider-runtime.runtime.js"; import { normalizeProviderId } from "../provider-id.js"; import type { AuthProfileStore } from "./types.js";
/** *Migrationhintsfordeprecated/removedOAuthproviders. *Userswithstalecredentialsshouldbeguidedtomigrate.
*/ const DEPRECATED_PROVIDER_MIGRATION_HINTS: Record<string, string> = { "qwen-portal": "Qwen OAuth via portal.qwen.ai has been deprecated. Please migrate to Qwen Cloud Coding Plan. Run: openclaw onboard --auth-choice qwen-api-key (or qwen-api-key-cn for the China endpoint). Legacy modelstudio auth-choice ids still work.",
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.