-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AI(tongyi)Whether multiple APIkeys conflict? #3790
Labels
Milestone
Comments
good idea. 👍 |
暂时没有确定得发布计划,spring ai 目前 chat api 做了些修改,计划是等 chat 稳定之后,把 function call 一起做下。 |
thanks~ I'm just copying the code into the project and that's fine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which Component
AI(tongyi)
Describe what problem you have encountered
Question 1、https://github.com/alibaba/spring-cloud-alibaba/blob/2023.x/spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-ai/src/main/java/com/alibaba/cloud/ai/tongyi/TongYiAutoConfiguration.java#L219
中文:这个 apiKey 目前是全局设置,那么一个应用里如果有多个 apiKey 会不会存在冲突?
是不是放到 TongYiChatModel 里,通过 request 传递 apiKey 可以解决。
English:This apiKey is currently set globally, so if there are multiple apikeys in an application, will there be conflicts?
Is it put into TongYiChatModel? It can be solved by passing apiKey through request.
Question 2、增量返回不生效。
English:incrementalOutput does not take effect
The text was updated successfully, but these errors were encountered: