peachchange commited on
Commit
d64cd03
·
verified ·
1 Parent(s): 10a1dd8

Update app_langgraph.py

Browse files
Files changed (1) hide show
  1. app_langgraph.py +1 -1
app_langgraph.py CHANGED
@@ -37,7 +37,7 @@ def build_graph():
37
  llm = ChatOpenAI(
38
  api_key=dashscope_key,
39
  base_url="https://coding.dashscope.aliyuncs.com/v1", # ⚠️ 关键:DashScope 兼容地址
40
- model="qwen3-coder-plus", # 支持 qwen-plus, qwen-max, qwen-turbo 等
41
  temperature=0.1,
42
  verbose=True
43
  )
 
37
  llm = ChatOpenAI(
38
  api_key=dashscope_key,
39
  base_url="https://coding.dashscope.aliyuncs.com/v1", # ⚠️ 关键:DashScope 兼容地址
40
+ model="qwen3.5-plus", # 支持 qwen-plus, qwen-max, qwen-turbo 等
41
  temperature=0.1,
42
  verbose=True
43
  )