https://github.com/calcuis/gguf-coder
coder
https://github.com/calcuis/gguf-coder
code vide
Last synced: 1 day ago
JSON representation
coder
- Host: GitHub
- URL: https://github.com/calcuis/gguf-coder
- Owner: calcuis
- License: mit
- Created: 2025-12-26T21:28:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-07T23:00:47.000Z (6 months ago)
- Last Synced: 2026-06-15T22:11:22.037Z (22 days ago)
- Topics: code, vide
- Language: Python
- Homepage: https://pypi.org/project/gguf-coder/
- Size: 7.75 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## gguf-coder
setup
```
python -m gguf_coder
```
enter your provider, model(s) and endpoint; edit it for different setting(s) if needed
## coder
install coder via npm
```
npm install -g @gguf/coder
```
update coder
```
npm update -g @gguf/coder
```
start coding
```
coder
```
see example below - vibe code a color picker, and edit it with coder afterwards:

the major difference is: when you ask Coder `what time is now` you will get the correct answer instead of when was this model being trained/deployed (see below)

vibe code a tic tac toe game:
