fix tests, re-record

This commit is contained in:
Ashwin Bharambe 2025-09-27 11:07:26 -07:00
parent c1818350c8
commit 371de50875
8 changed files with 1677 additions and 5 deletions

View file

@ -11,7 +11,27 @@
"body": {
"__type__": "ollama._types.ProcessResponse",
"__data__": {
"models": []
"models": [
{
"model": "llama3.2:3b",
"name": "llama3.2:3b",
"digest": "a80c4f17acd55265feec403c7aef86be0c25983ab279d83f3bcd3abbcb5b8b72",
"expires_at": "2025-09-27T11:54:56.718552-07:00",
"size": 3367856128,
"size_vram": 3367856128,
"details": {
"parent_model": "",
"format": "gguf",
"family": "llama",
"families": [
"llama"
],
"parameter_size": "3.2B",
"quantization_level": "Q4_K_M"
},
"context_length": 4096
}
]
}
},
"is_streaming": false