mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"request": {
|
|
"method": "POST",
|
|
"url": "http://localhost:11434/api/pull",
|
|
"headers": {},
|
|
"body": {},
|
|
"endpoint": "/api/pull",
|
|
"model": ""
|
|
},
|
|
"response": {
|
|
"body": {
|
|
"__type__": "ollama._types.ProgressResponse",
|
|
"__data__": {
|
|
"status": "success",
|
|
"completed": null,
|
|
"total": null,
|
|
"digest": null
|
|
}
|
|
},
|
|
"is_streaming": false
|
|
}
|
|
}
|