more recordings

This commit is contained in:
Ashwin Bharambe 2025-10-02 14:33:04 -07:00
parent 401e3fc44b
commit 8499faa545
64 changed files with 9680 additions and 1583 deletions

View file

@ -32,7 +32,7 @@
"body": {
"__type__": "openai.types.chat.chat_completion.ChatCompletion",
"__data__": {
"id": "chatcmpl-61",
"id": "chatcmpl-978",
"choices": [
{
"finish_reason": "tool_calls",
@ -47,7 +47,7 @@
"function_call": null,
"tool_calls": [
{
"id": "call_d0ln40bb",
"id": "call_wbx3rwxz",
"function": {
"arguments": "{}",
"name": "no_args_tool"
@ -59,15 +59,15 @@
}
}
],
"created": 1759376624,
"created": 1759437808,
"model": "llama3.2:3b-instruct-fp16",
"object": "chat.completion",
"service_tier": null,
"system_fingerprint": "fp_ollama",
"usage": {
"completion_tokens": 12,
"completion_tokens": 14,
"prompt_tokens": 148,
"total_tokens": 160,
"total_tokens": 162,
"completion_tokens_details": null,
"prompt_tokens_details": null
}