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
Anthropic module does not allow the user to set both:
spring.ai.anthropic.base-url (can be set)
spring.ai.anthropic.uri (can not be set, name can be changed)
It hard-codes the URI to /v1/messages and should be a user-settable value, including an empty String
Rationale:
If the Anthropic model is deployed in a managed environment, the base URL and URI should be user-settable, allowing also for an empty value for the uri, as the model could be hosted in different managed or self-hosted environments