Skip to content
Closed
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
6 changes: 4 additions & 2 deletions internal/providers/configs/deepseek.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"default_max_tokens": 384000,
"can_reason": true,
"reasoning_levels": [
"",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is likely not the right way to do this.

Some providers / models support none, but it doesn't look to be the same for DeepSeek:

https://api-docs.deepseek.com/guides/thinking_mode

"high",
"xhigh"
],
"default_reasoning_effort": "medium",
"default_reasoning_effort": "high",
Comment on lines -24 to +25
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Pushed this to main as 8b31ab8

"supports_attachments": false
},
{
Expand All @@ -35,10 +36,11 @@
"default_max_tokens": 384000,
"can_reason": true,
"reasoning_levels": [
"",
"high",
"xhigh"
],
"default_reasoning_effort": "medium",
"default_reasoning_effort": "high",
"supports_attachments": false
}
]
Expand Down
Loading