Update README.md
Browse files
README.md
CHANGED
@@ -135,7 +135,7 @@ You can connect it to any OpenAI-compatible client or UI (for example: [Open Web
|
|
135 |
|
136 |
```json
|
137 |
{
|
138 |
-
"model": "
|
139 |
"messages": [{"role":"user","content":"Hello!"}],
|
140 |
"stream": false
|
141 |
}
|
|
|
135 |
|
136 |
```json
|
137 |
{
|
138 |
+
"model": "Qwen2.5-Coder-3B-Instruct",
|
139 |
"messages": [{"role":"user","content":"Hello!"}],
|
140 |
"stream": false
|
141 |
}
|