Question for the base url of OpenAI #463
-
Hi, I have a question on base url. The base url for OpenAI contains the version in the python package like this: But, Spring AI has version in uri path as a fixed value like this:
In this situation, third-party APIs that have a url pattern below cannot be used with Spring AI but can with OpenAI's python package.
Is there any plan to move version to base url or is there any alternatives? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
You can use |
Beta Was this translation helpful? Give feedback.
You can use
spring.ai.openai.chat.completions-path
, see https://docs.spring.io/spring-ai/reference/api/chat/openai-chat.html#_chat_properties.