Revise local model usage instructions in README#744
Open
Sweaterdog wants to merge 7 commits into
Open
Conversation
Updated local model recommendations and installation instructions.
Added a note to avoid using Ollama with local models.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates local model guidance and refreshes the Andy local profile configuration to point users toward LM Studio.
Changes:
- Updated README local-model recommendation from Ollama to LM Studio and linked to a Hugging Face collection.
- Replaced the
andy-4profile JSONs with a newandy-4.2profile. - Updated the commented example profile path in
settings.js.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| settings.js | Updates the commented sample profile path to the new Andy profile filename. |
| profiles/andy-4.json | Removes the old Andy-4 Ollama profile. |
| profiles/andy-4-reasoning.json | Removes the old “reasoning/thinking” Andy-4 profile. |
| profiles/andy-4.2.json | Adds a new Andy-4.2 local profile targeting an OpenAI-compatible endpoint. |
| README.md | Revises local-model instructions to recommend LM Studio and links to Hugging Face. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
riqvip
previously approved these changes
Apr 4, 2026
uukelele
requested changes
Apr 16, 2026
Contributor
uukelele
left a comment
There was a problem hiding this comment.
I think you should do what at copilot said first
Contributor
Author
Elaborate, depending where I look I see 3 different "first things." |
Contributor
You say no need, I believe yes need. At least add LMStudio as a custom provider |
Ninot1Quyi
added a commit
that referenced
this pull request
May 3, 2026
Bring in the Andy 4.2 profile and README guidance from the upstream PR while
converting the profile to this branch's provider-registry schema. LM Studio is
registered as a local OpenAI-compatible provider/embedding provider, and the
OpenAI-compatible adapter now respects an explicit null keyName for no-key
local servers.
Constraint: Preserve the PR merge record and contributor commits instead of squashing
Constraint: Profiles must use the local provider/model schema, not the PR's legacy api/model shorthand
Rejected: Keep the PR profile format unchanged | it bypasses the provider registry used by this branch
Confidence: high
Scope-risk: moderate
Tested: node -e "for (const f of ['settings_llm_providers.example.json','settings_llm_providers.json','profiles/andy-4.2.json']) if (require('fs').existsSync(f)) JSON.parse(require('fs').readFileSync(f,'utf8'))"
Tested: MINDCRAFT_LLM_PROVIDERS_PATH=settings_llm_providers.example.json node --input-type=module provider resolution smoke
Tested: npx eslint src/models/_model_map.js src/models/openai_compatible.js
Tested: git diff --check
Not-tested: Live LM Studio Andy 4.2 request; requires local LM Studio server and model
Co-authored-by: OmX <omx@oh-my-codex.dev>
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.
Updated local model recommendations and installation instructions.