refactor: trim stepfun onboard exports

This commit is contained in:
Peter Steinberger
2026-05-01 19:40:47 +01:00
parent 493d05b1c8
commit 068b33de87

View File

@@ -17,15 +17,6 @@ import {
STEPFUN_STANDARD_INTL_BASE_URL,
} from "./provider-catalog.js";
export {
STEPFUN_DEFAULT_MODEL_REF,
STEPFUN_PLAN_CN_BASE_URL,
STEPFUN_PLAN_DEFAULT_MODEL_REF,
STEPFUN_PLAN_INTL_BASE_URL,
STEPFUN_STANDARD_CN_BASE_URL,
STEPFUN_STANDARD_INTL_BASE_URL,
};
function createStepFunPresetAppliers(params: {
providerId: string;
primaryModelRef: string;