onekq commited on
Commit
9b0f218
·
verified ·
1 Parent(s): 8f74857

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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:32B-Q4_K_M "$PROMPT"
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**