From 9b54e33395ed16c9c5afa5f001c5f0b8b14a8d2e Mon Sep 17 00:00:00 2001 From: Thorben Janssen <2053825+thjanssen@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:01:16 +0100 Subject: [PATCH] GH-4807: Fix property prefix in OpenAI TTS configuration documentation Signed-off-by: Thorben Janssen <2053825+thjanssen@users.noreply.github.com> --- .../modules/ROOT/pages/api/audio/speech/openai-speech.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/audio/speech/openai-speech.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/audio/speech/openai-speech.adoc index 0c2758fd556..723f08fbe3e 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/audio/speech/openai-speech.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/audio/speech/openai-speech.adoc @@ -95,7 +95,7 @@ NOTE: You can override the common `spring.ai.openai.base-url`, `spring.ai.openai The `spring.ai.openai.audio.speech.base-url`, `spring.ai.openai.audio.speech.api-key`, `spring.ai.openai.audio.speech.organization-id` and `spring.ai.openai.audio.speech.project-id` properties if set take precedence over the common properties. This is useful if you want to use different OpenAI accounts for different models and different model endpoints. -TIP: All properties prefixed with `spring.ai.openai.image.options` can be overridden at runtime. +TIP: All properties prefixed with `spring.ai.openai.audio.speech.options` can be overridden at runtime. == Runtime Options [[speech-options]]