File size: 1,082 Bytes
9952f5c
 
 
 
 
 
 
 
88d569e
9952f5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c1eae56
 
96cf860
9fb6ead
 
0887159
 
 
 
514ad78
0887159
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
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)