llama-stack-mirror/tests/integration/recordings/responses/c77313b79660.json
Derek Higgins 0ec24271d2 Recordings update (setup: ollama, suite: base)
Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-09-24 09:38:42 +01:00

39 lines
1.6 KiB
JSON

{
"request": {
"method": "POST",
"url": "http://localhost:11434/api/generate",
"headers": {},
"body": {
"model": "llama3.2:3b-instruct-fp16",
"raw": true,
"prompt": "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n<|eot_id|><|start_header_id|>user<|end_header_id|>\n\nHumans live on which planet: Mars, Venus, or Earth?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n",
"options": {
"temperature": 0.0
},
"stream": false
},
"endpoint": "/api/generate",
"model": "llama3.2:3b-instruct-fp16"
},
"response": {
"body": {
"__type__": "ollama._types.GenerateResponse",
"__data__": {
"model": "llama3.2:3b-instruct-fp16",
"created_at": "2025-09-23T08:50:21.049688857Z",
"done": true,
"done_reason": "stop",
"total_duration": 18511252772,
"load_duration": 47879633,
"prompt_eval_count": 29,
"prompt_eval_duration": 2305573657,
"eval_count": 90,
"eval_duration": 16157220042,
"response": "Humans do not currently live on any of these planets. Humans are native to the planet Earth.\n\nMars is a rocky planet in our solar system that has been explored by several robotic spacecraft, but it does not have an atmosphere suitable for human habitation.\n\nVenus is also a rocky planet with a thick atmosphere, but its surface temperature is extremely hot and hostile to humans.\n\nEarth is the only known planet in the universe where humans can live.",
"thinking": null,
"context": null
}
},
"is_streaming": false
}
}