Whether multiple APIkeys conflict?
- For https://github.com/spring-projects/spring-ai/blob/ee19ee1db958f02982a29ff13d8fb04d6d415b08/spring-ai-spring-boot-autoconfigure/src/main/java/org/springframework/ai/autoconfigure/azure/openai/AzureOpenAiAutoConfiguration.java#L62
This apiKey is currently set globally, so if there are multiple apikeys in an application, will there be conflicts? Is it put into mode filesl? It can be solved by passing apiKey through request.
@tzolov Can you give some suggestions? please
I'd also like to have the possibility to set the apikey at runtime (when actually doing the call)
There is this new PR that should help. #3037
@yuluo-yx Hope the mutate option addressed via #3037 helps with your use case. Please feel free to re-open the issue if your case requires any specific support from Spring AI. Thanks!