Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The prefix `spring.ai.openai` is used as the property prefix that lets you conne
| Property | Description | Default

| spring.ai.openai.base-url | The URL to connect to. Must be set to `https://api.deepseek.com` | -
| spring.ai.openai.chat.api-key | Your DeepSeek API Key | -
| spring.ai.openai.api-key | Your DeepSeek API Key | -
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cc0824 Thanks for the PR. While your change is correct (via OpenAiConnectionProperties) , the property spring.ai.openai.chat.api-key(via OpenAiChatProperties) is correct as well.

|====


Expand Down
Loading