feat(homelab): set flinker/qwen3.6-35b-a3b as default model with llama.cpp config#69
Merged
Merged
Conversation
…a.cpp config - Add root model field to dynamic ConfigMap for flinker/qwen3.6-35b-a3b - Inject top_k and temperature options for qwen model via parseFlinkerModel - Switch from Anthropic to OpenRouter API keys - Add dynamic OpenRouter model fetching (free + paid) - Add attach service for router attach port - Add admin secret for CI endpoints - Update operator sidecar env vars (ROUTER_ADMIN_URL, attach config) - Change oauth2Proxy group to developers - Update ROUTER_SERVICE_URL to point to Traefik
…a.cpp config - Add root model field to dynamic ConfigMap for flinker/qwen3.6-35b-a3b - Inject top_k: 20, top_p: 0.95, temperature: 0.6 for qwen model (per Qwen model card coding recommendations) - Switch from Anthropic to OpenRouter API keys - Add dynamic OpenRouter model fetching (free + paid) - Add attach service for router attach port - Add admin secret for CI endpoints - Update operator sidecar env vars (ROUTER_ADMIN_URL, attach config) - Change oauth2Proxy group to developers - Update ROUTER_SERVICE_URL to point to Traefik
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
flinker/qwen3.6-35b-a3bas the default model for all new session podstop_k=20, top_p=0.95, temperature=0.6into the qwen model config for llama.cpp (per Qwen model card coding recommendations)/api/admin/pull-image)userstodevelopersKey Decisions
modelfield in dynamic ConfigMap'sopencode.jsontemperature=0.6, top_p=0.95, top_k=20. Injected viamodel.optionsinparseFlinkerModelforqwen3.6-35b-a3bonly.Changes
deployment/homelab/src/index.ts— ConfigMap, providers, secrets, services, env vars.vibe/development-plan-feat-set-default-model-flinker-llama-cpp-config.md— Development plan