CLI: trim onboarding provider startup imports (#47467)

This commit is contained in:
Vincent Koc 2026-03-15 09:47:56 -07:00 committed by GitHub
parent 8e97b752d0
commit 13e256ac9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import {
buildXiaomiProvider,
QIANFAN_DEFAULT_MODEL_ID,
XIAOMI_DEFAULT_MODEL_ID,
} from "../agents/models-config.providers.js";
} from "../agents/models-config.providers.static.js";
import {
buildSyntheticModelDefinition,
SYNTHETIC_BASE_URL,

View File

@ -1,4 +1,7 @@
import { QIANFAN_BASE_URL, QIANFAN_DEFAULT_MODEL_ID } from "../agents/models-config.providers.js";
import {
QIANFAN_BASE_URL,
QIANFAN_DEFAULT_MODEL_ID,
} from "../agents/models-config.providers.static.js";
import type { ModelDefinitionConfig } from "../config/types.js";
import {
KILOCODE_DEFAULT_CONTEXT_WINDOW,