Recordings update from CI (vision)

This commit is contained in:
github-actions[bot] 2025-07-31 18:05:28 +00:00
parent 5b453b8c2a
commit ed86559ea9
6 changed files with 2219 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,22 @@
{
"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
}
}

View file

@ -0,0 +1,68 @@
{
"request": {
"method": "POST",
"url": "http://localhost:11434/api/tags",
"headers": {},
"body": {},
"endpoint": "/api/tags",
"model": ""
},
"response": {
"body": {
"__type__": "ollama._types.ListResponse",
"__data__": {
"models": [
{
"model": "nomic-embed-text:latest",
"modified_at": "2025-07-31T17:55:10.302292Z",
"digest": "0a109f422b47e3a30ba2b10eca18548e944e8a23073ee3f3e947efcf3c45e59f",
"size": 274302450,
"details": {
"parent_model": "",
"format": "gguf",
"family": "nomic-bert",
"families": [
"nomic-bert"
],
"parameter_size": "137M",
"quantization_level": "F16"
}
},
{
"model": "all-minilm:l6-v2",
"modified_at": "2025-07-30T17:18:31Z",
"digest": "1b226e2802dbb772b5fc32a58f103ca1804ef7501331012de126ab22f67475ef",
"size": 45960996,
"details": {
"parent_model": "",
"format": "gguf",
"family": "bert",
"families": [
"bert"
],
"parameter_size": "23M",
"quantization_level": "F16"
}
},
{
"model": "llama3.2-vision:11b",
"modified_at": "2025-07-30T17:18:21Z",
"digest": "6f2f9757ae97e8a3f8ea33d6adb2b11d93d9a35bef277cd2c0b1b5af8e8d0b1e",
"size": 7816589186,
"details": {
"parent_model": "",
"format": "gguf",
"family": "mllama",
"families": [
"mllama"
],
"parameter_size": "10.7B",
"quantization_level": "Q4_K_M"
}
}
]
}
},
"is_streaming": false
}
}

View file

@ -0,0 +1,19 @@
{
"request": {
"method": "POST",
"url": "http://localhost:11434/api/ps",
"headers": {},
"body": {},
"endpoint": "/api/ps",
"model": ""
},
"response": {
"body": {
"__type__": "ollama._types.ProcessResponse",
"__data__": {
"models": []
}
},
"is_streaming": false
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long