more recordings

This commit is contained in:
Ashwin Bharambe 2025-10-02 14:49:50 -07:00
parent b14a7c1b0f
commit 31f211f0ad
25 changed files with 2609 additions and 227 deletions

View file

@ -16,23 +16,23 @@
"body": {
"__type__": "openai.types.completion.Completion",
"__data__": {
"id": "cmpl-319",
"id": "cmpl-865",
"choices": [
{
"finish_reason": "stop",
"index": 0,
"logprobs": null,
"text": "Blue"
"text": "Blue.\n\nMy answer is \"blue\" because it's a classic completion of the traditional nursery rhyme poem:\n\n\"Roses are red, violets are blue\"\n\nThis sentiment suggests that an unseen suitor from the first half of the line has given or will give the speaker roses."
}
],
"created": 1759437792,
"created": 1759441353,
"model": "llama3.2:3b-instruct-fp16",
"object": "text_completion",
"system_fingerprint": "fp_ollama",
"usage": {
"completion_tokens": 2,
"completion_tokens": 58,
"prompt_tokens": 50,
"total_tokens": 52,
"total_tokens": 108,
"completion_tokens_details": null,
"prompt_tokens_details": null
}