refactor(tencent): localize preview model reference (#105482)

This commit is contained in:
Vincent Koc
2026-07-12 17:03:26 +02:00
committed by GitHub
parent 787ed383f5
commit 761839343a
+1 -1
View File
@@ -18,7 +18,7 @@ import {
// ---------- TokenHub ----------
export const TOKENHUB_DEFAULT_MODEL_REF = `${TOKENHUB_PROVIDER_ID}/hy3`;
export const TOKENHUB_PREVIEW_MODEL_REF = `${TOKENHUB_PROVIDER_ID}/hy3-preview`;
const TOKENHUB_PREVIEW_MODEL_REF = `${TOKENHUB_PROVIDER_ID}/hy3-preview`;
function applyTokenHubProviderConfig(cfg: OpenClawConfig): OpenClawConfig {
const models = { ...cfg.agents?.defaults?.models };