Skip to content

Commit

Permalink
correct wrong property name
Browse files Browse the repository at this point in the history
Signed-off-by: xuweidong <[email protected]>
  • Loading branch information
xuweidong authored and ilayaperumalg committed Feb 27, 2025
1 parent 82d98b6 commit 2c72834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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=<model name>` 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=<model name>` property to specify the model. Refer to https://api-docs.deepseek.com/quick_start/pricing[Supported Models] for available options.

Example environment variables configuration:

Expand Down

0 comments on commit 2c72834

Please sign in to comment.