DominuZ commited on
Commit
2f28647
·
verified ·
1 Parent(s): bca3cd8

Quickstart: comando curto da biblioteca Ollama (D0minuZ/jq-coder)

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -90,9 +90,13 @@ it also understands requests in Brazilian Portuguese (the only NL→jq model tha
90
  ## Quickstart — 10 seconds with Ollama
91
 
92
  ```bash
93
- ollama run hf.co/DominuZ/jq-coder-0.6B:Q8_0
94
  ```
95
 
 
 
 
 
96
  ## Or the `jqc` CLI — one binary, batteries included
97
 
98
  Prebuilt binaries for Windows, Linux and macOS (Apple Silicon) on the
 
90
  ## Quickstart — 10 seconds with Ollama
91
 
92
  ```bash
93
+ ollama run D0minuZ/jq-coder
94
  ```
95
 
96
+ The [Ollama library build](https://ollama.com/D0minuZ/jq-coder) ships the system prompt
97
+ and `temperature 0` preconfigured — just type your request (+ a JSON sample). Running
98
+ straight from this repo also works: `ollama run hf.co/DominuZ/jq-coder-0.6B:Q8_0`.
99
+
100
  ## Or the `jqc` CLI — one binary, batteries included
101
 
102
  Prebuilt binaries for Windows, Linux and macOS (Apple Silicon) on the