Feat/improve nexus integration + bump#19
Open
hcastc00 wants to merge 3 commits into
Open
Conversation
added 3 commits
June 9, 2026 07:45
- Add dappnode-nexus skill with context-length pitfall docs - Seed Nexus skill on first boot in entrypoint.sh - Auto-set model.context_length=1000000 for Nexus to avoid 256K fallback - Add suggested Nexus models in setup wizard with context_length metadata - Include context_length in generated config.yaml for Nexus - Update dappnode SKILL.md with context-length pitfall reference - Bump version to 0.1.5
- Fix MiniMax M2.7 context from 1M to 204800 (real API data) - Add MiniMax M3 (512K) and Kimi K2.6 (262K) to suggestions - Remove models not available on Nexus (Claude, GPT, Gemini, R1) - Add dynamic Nexus model fetching via /api/models/nexus endpoint - server.cjs: add fetchNexusModels() with 1h cache + /api/models/nexus route - HTML: fetchNexusModels() loads live models; SUGGESTED_MODELS as fallback - buildConfigYaml: use live Nexus models for context_length lookup - Fix dappnode-nexus skill: remove 403 Forbidden claim (endpoint works)
|
Dappnode bot has built and pinned the built packages to an IPFS node, for commit: 52ec87e This is a development version and should only be installed for testing purposes.
Hash: (by dappnodebot/build-action) |
Member
|
This version is in restart loop: Need to solve this before publication |
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.
No description provided.