Skip to content

feat: allow disabling reasoning for deepseek#281

Closed
CatMe0w wants to merge 1 commit into
charmbracelet:mainfrom
CatMe0w:allow-disabling-reasoning
Closed

feat: allow disabling reasoning for deepseek#281
CatMe0w wants to merge 1 commit into
charmbracelet:mainfrom
CatMe0w:allow-disabling-reasoning

Conversation

@CatMe0w
Copy link
Copy Markdown

@CatMe0w CatMe0w commented May 15, 2026

An empty value indicates reasoning is disabled.


  • I have read CONTRIBUTING.md.
  • I have created a discussion that was approved by a maintainer (for new features).

Copilot AI review requested due to automatic review settings May 15, 2026 16:37
@CatMe0w CatMe0w requested a review from andreynering as a code owner May 15, 2026 16:37
Comment on lines -24 to +25
"default_reasoning_effort": "medium",
"default_reasoning_effort": "high",
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

"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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants