Update openai-embeddings.adoc

fix base-url error in openai-embeddings.adoc
This commit is contained in:
Bill Lau
2024-06-18 16:39:40 +08:00
committed by Christian Tzolov
parent 37c222a5f3
commit 7d83ed63d1

View File

@@ -75,7 +75,7 @@ The prefix `spring.ai.openai` is used as the property prefix that lets you conne
|====
| Property | Description | Default
| spring.ai.openai.base-url | The URL to connect to | https://api.openai.com
| spring.ai.openai.base-url | The URL to connect to | +https://api.openai.com+
| spring.ai.openai.api-key | The API Key | -
|====