Compare commits

..

3 Commits

2 changed files with 11 additions and 2 deletions

View File

@@ -117,6 +117,9 @@ Follow conventional commits style (all lowercase).
- `docs(scope): description` - Documentation changes - `docs(scope): description` - Documentation changes
- Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry` - Example: `feat(zsh): update dotfiles` or `fix(scripts): use correct pass entry`
#### Pushing Remotes
- **Do not push git repositories to remote unless explicitly instructed.**
### File Organization ### File Organization
- Shell scripts: `home/bin/executable_<name>.sh` - Shell scripts: `home/bin/executable_<name>.sh`
- Python scripts: `home/bin/<name>.py` - Python scripts: `home/bin/<name>.py`

View File

@@ -13,8 +13,14 @@
"gpt-oss:20b": { "gpt-oss:20b": {
"name": "GPT OSS 20b" "name": "GPT OSS 20b"
}, },
"gpt-oss:120b": {
"name": "GPT OSS 120b"
},
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": { "hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
"name": "Qwen3 4b" "name": "Qwen3 4b"
},
"qwen3-coder-next:latest": {
"name": "Qwen3 Coder Next"
} }
} }
} }