Skip to content

Commit 2c72834

Browse files
xuweidongilayaperumalg
xuweidong
authored andcommitted
correct wrong property name
Signed-off-by: xuweidong <[email protected]>
1 parent 82d98b6 commit 2c72834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Visit https://api-docs.deepseek.com/[here] to create an API Key. Configure it us
2020
Set the `spring.ai.openai.base-url` property to `https://api.deepseek.com`.
2121

2222
* **Select a DeepSeek Model**:
23-
Use the `spring.ai.openai.chat.model=<model name>` property to specify the model. Refer to https://api-docs.deepseek.com/quick_start/pricing[Supported Models] for available options.
23+
Use the `spring.ai.openai.chat.options.model=<model name>` property to specify the model. Refer to https://api-docs.deepseek.com/quick_start/pricing[Supported Models] for available options.
2424

2525
Example environment variables configuration:
2626

0 commit comments

Comments
 (0)