Skip to content

Commit 7d83ed6

Browse files
JavaProgrammerLBtzolov
authored andcommitted
Update openai-embeddings.adoc
fix base-url error in openai-embeddings.adoc
1 parent 37c222a commit 7d83ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/openai-embeddings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The prefix `spring.ai.openai` is used as the property prefix that lets you conne
7575
|====
7676
| Property | Description | Default
7777

78-
| spring.ai.openai.base-url | The URL to connect to | https://api.openai.com
78+
| spring.ai.openai.base-url | The URL to connect to | +https://api.openai.com+
7979
| spring.ai.openai.api-key | The API Key | -
8080
|====
8181

0 commit comments

Comments
 (0)