You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #744 from Sweaterdog/update-andy-model-info
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>
For local models, we recommend you use **LM Studio** for the Andy series of models. Ollama breaks current models, and should be avoided.
84
+
Please see our [huggingface page for more info.](https://huggingface.co/collections/Mindcraft-CE)
88
85
89
86
## Online Servers
90
87
To connect to online servers your bot will need an official Microsoft/Minecraft account. You can use your own personal one, but will need another account if you want to connect too and play with it. To connect, change these lines in `settings.js`:
0 commit comments