Skip to content

Commit cdd8760

Browse files
authored
Match documentation with default model in scripts (llm-d#615)
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 40dc2e5 commit cdd8760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ And making requests with `curl`:
241241

242242
```bash
243243
curl -s -w '\n' http://localhost:8080/v1/completions -H 'Content-Type: application/json' \
244-
-d '{"model":"meta-llama/Llama-3.1-8B-Instruct","prompt":"hi","max_tokens":10,"temperature":0}' | jq
244+
-d '{"model":"TinyLlama/TinyLlama-1.1B-Chat-v1.0","prompt":"hi","max_tokens":10,"temperature":0}' | jq
245245
```
246246

247247
> [!NOTE]

0 commit comments

Comments
 (0)