llama-stack-mirror/tests/integration/recordings/responses/1b92be674e2a.json
2025-08-01 22:56:01 +00:00

39 lines
1.2 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\nWho is the CEO of Meta?<|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-08-01T22:49:08.661944828Z",
"done": true,
"done_reason": "stop",
"total_duration": 5422394043,
"load_duration": 47374159,
"prompt_eval_count": 23,
"prompt_eval_duration": 1046414492,
"eval_count": 24,
"eval_duration": 4328082669,
"response": "Mark Zuckerberg is the founder, chairman and CEO of Meta, which he originally founded as Facebook in 2004.",
"thinking": null,
"context": null
}
},
"is_streaming": false
}
}