Open
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Add Qwen 3, Qwen 3 Coder, DeepSeek R1, Gemma 3, and Phi 4 as recommended Ollama models. Remove outdated models (CodeLlama, WizardCoder, Phind CodeLlama, old DeepSeek Coder, Llama 3) from Ollama provider options. Update onboarding default to Qwen 3 8B. Update config_schema.json, ollama-guide.mdx, and docs for consistency.
bb5bf6f to
385aacc
Compare
Contributor
Author
|
I'd double check qwen3 actually works decently w agent mode before merging this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removed models are still available via other providers (LM Studio, llama.cpp, etc).
Test plan
Summary by cubic
Refreshes Ollama model recommendations and sets Qwen 3 8B as the default local chat model. Updates the Add Model UI, provider help text, and docs; adds tool-use detection for
gemma3andphi4.New Features
qwen3:8bas the onboarding chat model; removes CodeLlama, WizardCoder, Phind CodeLlama, DeepSeek Coder v1, pre-3.1 Llama 3, and Granite Code fromOllama.qwen3:8b; VS Code schema copy andllm-infoopen-source presets updated; tool-use detection recognizesgemma3andphi4.Migration
lmstudioorllama.cpp. To use the new default, set your chat model toqwen3:8bor rerun onboarding.Written for commit 385aacc. Summary will update on new commits.