You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpringAI could support both DeepSeek and OpenAI configurations at the same time in one application.
Current Behavior
I failed to find a way to support both models at the same time in SpringAI.
Context
For now, the DeepSeek is using the configuration defined by OpenAI, so there is a problem, if I want to integrate DeepSeek, then there's no configuration for OpenAI. Any possibilities that SpringAI can support both models at the same time, in this way, I can dynamically switch the model from OpenAI to DeepSeek per client's request.
The text was updated successfully, but these errors were encountered:
Agree! Many tools are capable of utilizing multiple models simultaneously to address a process issue. In Spring AI, however, one can only accomplish such tasks through more low-level approaches. It would be highly beneficial for software development if there were a class that could easily interchange multiple sets of configurations.
Expected Behavior
SpringAI could support both DeepSeek and OpenAI configurations at the same time in one application.
Current Behavior
I failed to find a way to support both models at the same time in SpringAI.
Context
For now, the DeepSeek is using the configuration defined by OpenAI, so there is a problem, if I want to integrate DeepSeek, then there's no configuration for OpenAI. Any possibilities that SpringAI can support both models at the same time, in this way, I can dynamically switch the model from OpenAI to DeepSeek per client's request.
The text was updated successfully, but these errors were encountered: