更新图形生成工具,优化返回格式并添加新功能

This commit is contained in:
zcr
2026-06-15 17:10:04 +08:00
parent b14ccab723
commit 35e791b4e2
11 changed files with 31 additions and 21 deletions

View File

@@ -29,3 +29,5 @@ qwen_plus_llm = ChatQwen(
top_p=0.8,
api_key=QWEN_API_KEY_INTL,
)
# response = qwen_plus_llm.invoke("你好")
# print(response)