One more snapshot update

This commit is contained in:
Daniël de Kok 2024-11-25 09:12:15 +00:00
parent 639dc07088
commit d5225d4196

View File

@ -1,23 +1,23 @@
{ {
"choices": [ "choices": [
{ {
"finish_reason": "eos_token", "finish_reason": "stop",
"index": 0, "index": 0,
"logprobs": null, "logprobs": null,
"message": { "message": {
"content": "{ \"temperature\": [ 26, 30, 33, 29 ] ,\"unit\": \"Fahrenheit\" }", "content": "{ \"unit\": \"fahrenheit\", \"temperature\": [ 72, 79, 88 ] }",
"role": "assistant" "role": "assistant"
} }
} }
], ],
"created": 1718044128, "created": 1732525803,
"id": "", "id": "",
"model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0", "model": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
"object": "text_completion", "object": "chat.completion",
"system_fingerprint": "2.0.5-dev0-native", "system_fingerprint": "2.4.1-dev0-native",
"usage": { "usage": {
"completion_tokens": 39, "completion_tokens": 29,
"prompt_tokens": 136, "prompt_tokens": 136,
"total_tokens": 175 "total_tokens": 165
} }
} }