jamescallander commited on
Commit
aca8002
·
verified ·
1 Parent(s): 0917cd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -128,7 +128,7 @@ You can connect it to any OpenAI-compatible client or UI (for example: [Open Web
128
 
129
  ```json
130
  {
131
- "model": "llama-3.1-8b-instruct",
132
  "messages": [{"role":"user","content":"Hello!"}],
133
  "stream": false
134
  }
 
128
 
129
  ```json
130
  {
131
+ "model": "TinyLlama-1.1B-Chat-v1.0",
132
  "messages": [{"role":"user","content":"Hello!"}],
133
  "stream": false
134
  }