leikooo
leikooo
Hi @bsorrentino @lambochen, thank you for your great work on this project! I was wondering if parallel branches support asynchronous execution, and if it is currently supported?
> 使用dev模式能正常访问,也没有错误 构建成静态代码时报错如下  node 版本是多少 node16 我测试是可以的
 正常还是会报错,需要在 General 里面的 Node Version 改成 16.x  @Timisic @guowuqi
+ 版本 1.0.0-M6 + Java 21 使用 dashscopeChatModel 测试的,发现是因为直接写的 UserMessage 会出现问题,需要手动传一下 Options 并且需要设置 withMultiModel 为 true ``` org.springframework.ai.retry.NonTransientAiException: 400 - {"request_id":"a16e6902-2b6e-49ce-8f72-76b19fd683a5","code":"InvalidParameter","message":"url error, please check url! For details, see: https://help.aliyun.com/zh/model-studio/error-code#error-url"} at...