coder / README.md
calcuis's picture
Update README.md
514ad78 verified
---
license: mit
---
![game](https://raw.githubusercontent.com/calcuis/gguf-coder/master/game.gif)
see example above - vibe code a tic tac toe game
## gguf-coder
setup (optional: need `gguf-coder`)
```
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
```
start coding
```
coder
```
see example below - vibe code a color picker, and edit it with coder afterwards:
![demo](https://raw.githubusercontent.com/calcuis/gguf-coder/master/demo.gif)
key difference/feature - when you ask Coder `what time is now` you will get the correct answer instead of when was this model being trained/deployed even your machine is offline (see below)
![time](https://raw.githubusercontent.com/calcuis/gguf-coder/master/time.gif)
- alternatively opt to run `ggc vc` with `gguf-connector`
## gguf coder - vscode extension
- search `gguf coder` from marketplace in any vscode compatible IDE
![vscode](https://raw.githubusercontent.com/calcuis/gguf-coder/master/icon.png)