mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 19:32:27 +00:00
fix: restore green check after upstream API changes
This commit is contained in:
@@ -9,13 +9,6 @@ import {
|
||||
} from "./provider-auth-helpers.js";
|
||||
|
||||
const resolveAuthAgentDir = (agentDir?: string) => agentDir ?? resolveOpenClawAgentDir();
|
||||
const ZAI_DEFAULT_MODEL_REF = "zai/glm-5";
|
||||
const XIAOMI_DEFAULT_MODEL_REF = "xiaomi/mimo-v2-flash";
|
||||
const OPENROUTER_DEFAULT_MODEL_REF = "openrouter/auto";
|
||||
const HUGGINGFACE_DEFAULT_MODEL_REF = "huggingface/deepseek-ai/DeepSeek-R1";
|
||||
const TOGETHER_DEFAULT_MODEL_REF = "together/moonshotai/Kimi-K2.5";
|
||||
const LITELLM_DEFAULT_MODEL_REF = "litellm/claude-opus-4-6";
|
||||
const VERCEL_AI_GATEWAY_DEFAULT_MODEL_REF = "vercel-ai-gateway/anthropic/claude-opus-4.6";
|
||||
|
||||
type ProviderApiKeySetter = (
|
||||
key: SecretInput,
|
||||
|
||||
Reference in New Issue
Block a user