Skip to content

Commit 21f2737

Browse files
Recordings update from CI (ollama)
1 parent 338848c commit 21f2737

27 files changed

+911
-2296
lines changed
0 Bytes
Binary file not shown.

tests/integration/recordings/responses/0e8f2b001dd9.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"request": {
33
"method": "POST",
4-
"url": "http://localhost:11434/v1/v1/chat/completions",
4+
"url": "http://0.0.0.0:11434/v1/v1/chat/completions",
55
"headers": {},
66
"body": {
77
"model": "llama3.2:3b-instruct-fp16",
@@ -20,14 +20,14 @@
2020
"body": {
2121
"__type__": "openai.types.chat.chat_completion.ChatCompletion",
2222
"__data__": {
23-
"id": "chatcmpl-368",
23+
"id": "chatcmpl-173",
2424
"choices": [
2525
{
2626
"finish_reason": "stop",
2727
"index": 0,
2828
"logprobs": null,
2929
"message": {
30-
"content": "Saturn is known for its extensive ring system.",
30+
"content": "The planet Saturn has ring systems surrounding it. These are composed mostly of ice particles and rock debris.",
3131
"refusal": null,
3232
"role": "assistant",
3333
"annotations": null,
@@ -37,15 +37,15 @@
3737
}
3838
}
3939
],
40-
"created": 1754081853,
40+
"created": 1755702238,
4141
"model": "llama3.2:3b-instruct-fp16",
4242
"object": "chat.completion",
4343
"service_tier": null,
4444
"system_fingerprint": "fp_ollama",
4545
"usage": {
46-
"completion_tokens": 11,
46+
"completion_tokens": 21,
4747
"prompt_tokens": 39,
48-
"total_tokens": 50,
48+
"total_tokens": 60,
4949
"completion_tokens_details": null,
5050
"prompt_tokens_details": null
5151
}

tests/integration/recordings/responses/1b8394f90636.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"__type__": "ollama._types.GenerateResponse",
2323
"__data__": {
2424
"model": "llama3.2:3b-instruct-fp16",
25-
"created_at": "2025-08-04T22:55:05.685988Z",
25+
"created_at": "2025-08-20T14:57:07.373087765Z",
2626
"done": true,
2727
"done_reason": "stop",
28-
"total_duration": 14128980625,
29-
"load_duration": 7220159208,
28+
"total_duration": 9764218753,
29+
"load_duration": 50907507,
3030
"prompt_eval_count": 18,
31-
"prompt_eval_duration": 4658000000,
31+
"prompt_eval_duration": 1483649651,
3232
"eval_count": 43,
33-
"eval_duration": 2224000000,
33+
"eval_duration": 8229088400,
3434
"response": " _______.\n\nThe best answer is blue. The traditional nursery rhyme goes like this:\n\nRoses are red,\nViolets are blue,\nSugar is sweet,\nAnd so are you! (Or something similar.)",
3535
"thinking": null,
3636
"context": null

tests/integration/recordings/responses/211b1562d4e6.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"__type__": "ollama._types.GenerateResponse",
2121
"__data__": {
2222
"model": "llama3.2:3b-instruct-fp16",
23-
"created_at": "2025-08-04T22:55:11.15982Z",
23+
"created_at": "2025-08-20T14:57:34.391921964Z",
2424
"done": true,
2525
"done_reason": "stop",
26-
"total_duration": 498612042,
27-
"load_duration": 71411834,
26+
"total_duration": 2774419572,
27+
"load_duration": 42387800,
2828
"prompt_eval_count": 23,
29-
"prompt_eval_duration": 102000000,
29+
"prompt_eval_duration": 1792000727,
3030
"eval_count": 6,
31-
"eval_duration": 323000000,
31+
"eval_duration": 939473473,
3232
"response": "Humans live on Earth.",
3333
"thinking": null,
3434
"context": null

0 commit comments

Comments
 (0)