correct wrong property name

Signed-off-by: xuweidong <xuweidong253@gmail.com>
This commit is contained in:
xuweidong
2025-02-26 19:30:00 +08:00
committed by Ilayaperumal Gopinathan
parent 82d98b6b48
commit 2c7283483e

View File

@@ -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: