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>
This commit is contained in:
@@ -65,7 +65,7 @@ Usage from these API requests will count as usage for the specified organization
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
|
||||
Enabling and disabling of the audio speech auto-configurations are now configured via top level properties with the prefix `spring.ai.model.audio.speech`.
|
||||
|
||||
To enable, spring.ai.model.audio.speech=openai (It is enabled by default)
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
|
||||
Enabling and disabling of the audio transcription auto-configurations are now configured via top level properties with the prefix `spring.ai.model.audio.transcription`.
|
||||
|
||||
To enable, spring.ai.model.audio.transcription=azure-openai (It is enabled by default)
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ Usage from these API requests will count as usage for the specified organization
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
|
||||
Enabling and disabling of the audio transcription auto-configurations are now configured via top level properties with the prefix `spring.ai.model.audio.transcription`.
|
||||
|
||||
To enable, spring.ai.model.audio.transcription=openai (It is enabled by default)
|
||||
|
||||
|
||||
@@ -84,7 +84,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
|
||||
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
|
||||
|
||||
To enable, spring.ai.model.image=azure-openai (It is enabled by default)
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
|
||||
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
|
||||
|
||||
To enable, spring.ai.model.image=openai (It is enabled by default)
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
|
||||
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
|
||||
|
||||
To enable, spring.ai.model.image=qianfan (It is enabled by default)
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ The prefix `spring.ai.stabilityai` is used as the property prefix that lets you
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
|
||||
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
|
||||
|
||||
To enable, spring.ai.model.image=stabilityai (It is enabled by default)
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Enabling and disabling of the embedding auto-configurations are now configured via top level properties with the prefix `spring.ai.model.embedding`.
|
||||
Enabling and disabling of the image auto-configurations are now configured via top level properties with the prefix `spring.ai.model.image`.
|
||||
|
||||
To enable, spring.ai.model.image=stabilityai (It is enabled by default)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user