Skip to content

Commit 3f29f93

Browse files
committed
feat: replace model
1 parent 173e5a7 commit 3f29f93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/src/advisor/constants/prompts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export const INTENT_MODEL = "qwen-turbo";
1+
export const INTENT_MODEL = "qwen-flash";
22
export const RANKING_MODEL = "qwen3.6-flash";
3-
export const RANKING_MODEL_FAST = "qwen-turbo";
3+
export const RANKING_MODEL_FAST = "qwen-flash";
44

55
export const INTENT_SYSTEM_PROMPT = `你是一个意图分析器。根据用户的需求描述,先理解用户场景,再提取结构化信息。
66

0 commit comments

Comments
 (0)