Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ PROMPT="CREATE TABLE students (
|
|
51 |
-- Find the three youngest students
|
52 |
SELECT "
|
53 |
|
54 |
-
ollama run onekq-ai/OneSQL-v0.1-Qwen:
|
55 |
```
|
56 |
|
57 |
The model response is the finished SQL query without **SELECT**
|
|
|
51 |
-- Find the three youngest students
|
52 |
SELECT "
|
53 |
|
54 |
+
ollama run onekq-ai/OneSQL-v0.1-Qwen:7B-Q4_K_M "$PROMPT"
|
55 |
```
|
56 |
|
57 |
The model response is the finished SQL query without **SELECT**
|