Revise local model usage instructions in README#744
Open
Sweaterdog wants to merge 6 commits intodevelopfrom
Open
Revise local model usage instructions in README#744Sweaterdog wants to merge 6 commits intodevelopfrom
Sweaterdog wants to merge 6 commits intodevelopfrom
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>
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.