jamescallander commited on
Commit
95737df
·
verified ·
1 Parent(s): a9d1486

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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": "llama-3.1-8b-instruct",
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
  }