mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:50:42 +00:00
refactor: trim provider model constants
This commit is contained in:
@@ -11,7 +11,6 @@ export const STEPFUN_PLAN_CN_BASE_URL = "https://api.stepfun.com/step_plan/v1";
|
||||
export const STEPFUN_PLAN_INTL_BASE_URL = "https://api.stepfun.ai/step_plan/v1";
|
||||
|
||||
const STEPFUN_DEFAULT_MODEL_ID = "step-3.5-flash";
|
||||
export const STEPFUN_FLASH_2603_MODEL_ID = "step-3.5-flash-2603";
|
||||
export const STEPFUN_DEFAULT_MODEL_REF = `${STEPFUN_PROVIDER_ID}/${STEPFUN_DEFAULT_MODEL_ID}`;
|
||||
export const STEPFUN_PLAN_DEFAULT_MODEL_REF = `${STEPFUN_PLAN_PROVIDER_ID}/${STEPFUN_DEFAULT_MODEL_ID}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user