Skip to content

Commit 3c17750

Browse files
committed
Documentation updates for image/audio docs
- Fix to include the correct top level property to enable/disable image/audio models Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
1 parent 510ae22 commit 3c17750

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Usage from these API requests will count as usage for the specified organization
6565

6666
[NOTE]
6767
====
68-
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
68+
Enabling and disabling of the audio speech auto-configurations are now configured via top level properties with the prefix `spring.ai.model.audio.speech`.
6969
7070
To enable, spring.ai.model.audio.speech=openai (It is enabled by default)
7171

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/audio/transcriptions/azure-openai-transcriptions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
4343

4444
[NOTE]
4545
====
46-
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
46+
Enabling and disabling of the audio transcription auto-configurations are now configured via top level properties with the prefix `spring.ai.model.audio.transcription`.
4747
4848
To enable, spring.ai.model.audio.transcription=azure-openai (It is enabled by default)
4949

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Usage from these API requests will count as usage for the specified organization
6363

6464
[NOTE]
6565
====
66-
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
66+
Enabling and disabling of the audio transcription auto-configurations are now configured via top level properties with the prefix `spring.ai.model.audio.transcription`.
6767
6868
To enable, spring.ai.model.audio.transcription=openai (It is enabled by default)
6969

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
8484

8585
[NOTE]
8686
====
87-
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
87+
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
8888
8989
To enable, spring.ai.model.image=azure-openai (It is enabled by default)
9090

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
8585

8686
[NOTE]
8787
====
88-
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
88+
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
8989
9090
To enable, spring.ai.model.image=openai (It is enabled by default)
9191

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/image/qianfan-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
5858

5959
[NOTE]
6060
====
61-
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
61+
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
6262
6363
To enable, spring.ai.model.image=qianfan (It is enabled by default)
6464

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/image/stabilityai-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The prefix `spring.ai.stabilityai` is used as the property prefix that lets you
5959

6060
[NOTE]
6161
====
62-
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
62+
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
6363
6464
To enable, spring.ai.model.image=stabilityai (It is enabled by default)
6565

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/image/zhipuai-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
5656

5757
[NOTE]
5858
====
59-
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
59+
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
6060
6161
To enable, spring.ai.model.image=stabilityai (It is enabled by default)
6262

0 commit comments

Comments
 (0)