Skip to content

Commit a2dc062

Browse files
athreeshclaude
andcommitted
Update Dynamo README with Zombieland Lieutenant example
Changed the example completion request to use the more interesting "Hello, I am Zombieland Lieutenant. Who are you?" prompt with actual output from the deployment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dad59ad commit a2dc062

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

k8s-local/dynamo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ curl http://localhost:8000/v1/completions \
235235
-H "Content-Type: application/json" \
236236
-d '{
237237
"model": "Qwen/Qwen3-0.6B",
238-
"prompt": "Hello, how are you?",
238+
"prompt": "Hello, I am Zombieland Lieutenant. Who are you?",
239239
"max_tokens": 50
240240
}'
241241
```
@@ -245,7 +245,7 @@ Expected output:
245245
{
246246
"id": "cmpl-f359deae-c83e-44f4-835f-56bde7707250",
247247
"choices": [{
248-
"text": " I'm doing well, thank you for asking! I'm here to help you with any questions...",
248+
"text": " I will be the leader of the Zombieland unit, and I will be a strong leader. I will fight for the cause of the Zombieland. I will be a fighter and a leader. I will fight for the survival of",
249249
"index": 0,
250250
"finish_reason": "length"
251251
}],

0 commit comments

Comments
 (0)