refactor: trim onboarding internal helpers · openclaw/openclaw@5d519f1
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,7 +7,7 @@ import { buildDeepSeekModelDefinition, DEEPSEEK_BASE_URL, DEEPSEEK_MODEL_CATALOG
|
7 | 7 | |
8 | 8 | export const DEEPSEEK_DEFAULT_MODEL_REF = "deepseek/deepseek-v4-flash"; |
9 | 9 | |
10 | | -export function applyDeepSeekProviderConfig(cfg: OpenClawConfig): OpenClawConfig { |
| 10 | +function applyDeepSeekProviderConfig(cfg: OpenClawConfig): OpenClawConfig { |
11 | 11 | const models = { ...cfg.agents?.defaults?.models }; |
12 | 12 | models[DEEPSEEK_DEFAULT_MODEL_REF] = { |
13 | 13 | ...models[DEEPSEEK_DEFAULT_MODEL_REF], |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。