Skip to content

feat(deepseek): update default model to deepseek-v4-flash with 1M context window#122

Merged
esokullu merged 1 commit into
webbrain-one:mainfrom
xianhongtao:feat/deepseek-v4-update
Jun 4, 2026
Merged

feat(deepseek): update default model to deepseek-v4-flash with 1M context window#122
esokullu merged 1 commit into
webbrain-one:mainfrom
xianhongtao:feat/deepseek-v4-update

Conversation

@xianhongtao

Copy link
Copy Markdown
Contributor
  • Change default DeepSeek model from deepseek-chat to deepseek-v4-flash
  • Add contextWindow: 1000000 (1M tokens) for DeepSeek provider
  • Update settings suggestions: deepseek-v4-flash, deepseek-v4-pro
  • Update all README and docs to reflect new default model
  • Apply changes to both Chrome and Firefox extensions

…text window

- Change default DeepSeek model from deepseek-chat to deepseek-v4-flash
- Add contextWindow: 1000000 (1M tokens) for DeepSeek provider
- Update settings suggestions: deepseek-v4-flash, deepseek-v4-pro
- Update all README and docs to reflect new default model
- Apply changes to both Chrome and Firefox extensions
Copilot AI review requested due to automatic review settings June 4, 2026 14:44
@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

@xianhongtao is attempting to deploy a commit to the esokullu's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the DeepSeek provider defaults across browser extensions and docs to reflect newer recommended models.

Changes:

  • Switch DeepSeek default model from deepseek-chat to deepseek-v4-flash (Chrome + Firefox).
  • Update DeepSeek model suggestions in settings UI to deepseek-v4-*.
  • Update provider/model documentation tables and READMEs to reflect the new default.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/firefox/src/ui/settings.js Updates DeepSeek model placeholder + suggestions shown in the Firefox settings UI.
src/firefox/src/providers/manager.js Changes DeepSeek default model and adds a contextWindow value in the Firefox provider defaults.
src/chrome/src/ui/settings.js Updates DeepSeek model placeholder + suggestions shown in the Chrome settings UI.
src/chrome/src/providers/manager.js Changes DeepSeek default model and adds a contextWindow value in the Chrome provider defaults.
docs/providers-and-models.md Updates the documented DeepSeek default model.
README.md Updates the documented DeepSeek default model.
README.zh-CN.md Updates the documented DeepSeek default model (Chinese README).
README.fr.md Updates the documented DeepSeek default model (French README).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/firefox/src/providers/manager.js
Comment on lines +176 to +177
model: 'deepseek-v4-flash',
contextWindow: 1000000,
Comment on lines +779 to +780
{ key: 'model', labelKey: 'st.provider.field.model', type: 'text', placeholder: 'deepseek-v4-flash',
suggestions: ['deepseek-v4-flash', 'deepseek-v4-pro'] },
Comment thread src/chrome/src/ui/settings.js
@esokullu esokullu merged commit 093fa78 into webbrain-one:main Jun 4, 2026
1 check failed
@esokullu

esokullu commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

thank you looks good!

esokullu added a commit that referenced this pull request Jul 14, 2026
Merge pull request #363 from esokullu/main
esokullu added a commit that referenced this pull request Jul 14, 2026
Merge pull request #122 from webbrain-one/main
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.

3 participants