feat(tests): auto-merge all model list responses and unify recordings

This commit is contained in:
Ashwin Bharambe 2025-09-03 10:27:44 -07:00
parent faf891b40c
commit 34f5da6cdc
121 changed files with 17457 additions and 16126 deletions

View file

@ -1,7 +1,7 @@
{
"request": {
"method": "POST",
"url": "http://localhost:11434/v1/v1/chat/completions",
"url": "http://0.0.0.0:11434/v1/v1/chat/completions",
"headers": {},
"body": {
"model": "llama3.2:3b-instruct-fp16",
@ -39,7 +39,7 @@
{
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
"__data__": {
"id": "chatcmpl-490",
"id": "chatcmpl-3",
"choices": [
{
"delta": {
@ -50,7 +50,7 @@
"tool_calls": [
{
"index": 0,
"id": "call_rolv1ozt",
"id": "call_3kigugt3",
"function": {
"arguments": "{\"city\":\"Tokyo\"}",
"name": "get_weather"
@ -64,7 +64,7 @@
"logprobs": null
}
],
"created": 1754081852,
"created": 1756921361,
"model": "llama3.2:3b-instruct-fp16",
"object": "chat.completion.chunk",
"service_tier": null,
@ -75,7 +75,7 @@
{
"__type__": "openai.types.chat.chat_completion_chunk.ChatCompletionChunk",
"__data__": {
"id": "chatcmpl-490",
"id": "chatcmpl-3",
"choices": [
{
"delta": {
@ -85,12 +85,12 @@
"role": "assistant",
"tool_calls": null
},
"finish_reason": "stop",
"finish_reason": "tool_calls",
"index": 0,
"logprobs": null
}
],
"created": 1754081852,
"created": 1756921361,
"model": "llama3.2:3b-instruct-fp16",
"object": "chat.completion.chunk",
"service_tier": null,