- fix base-url error in openai-embeddings.adoc
- When I set
spring.ai.openai.base-url=api.openai.com
as the document, I meet the ErrorURI is not absolute
- It is necessary to set the base-url with
https
(spring.ai.openai.base-url=https://api.openai.com
)
Comment From: tzolov
Thanks @JavaProgrammerLB