From fda78f601f2b9048b6ccb5270e71676accb423ec Mon Sep 17 00:00:00 2001 From: xuweidong Date: Wed, 26 Feb 2025 19:30:00 +0800 Subject: [PATCH] correct wrong property name Signed-off-by: xuweidong --- .../main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc index e33a871124..2efac9b23c 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc @@ -20,7 +20,7 @@ Visit https://api-docs.deepseek.com/[here] to create an API Key. Configure it us Set the `spring.ai.openai.base-url` property to `https://api.deepseek.com`. * **Select a DeepSeek Model**: -Use the `spring.ai.openai.chat.model=` property to specify the model. Refer to https://api-docs.deepseek.com/quick_start/pricing[Supported Models] for available options. +Use the `spring.ai.openai.chat.options.model=` property to specify the model. Refer to https://api-docs.deepseek.com/quick_start/pricing[Supported Models] for available options. Example environment variables configuration: