curl https://api.deepseek.com/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $(llm keys get deepseek)" \
-d '{
"model": "deepseek-reasoner",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Think about pelicans and then write a song about them"}
],
"stream": true
}' --no-buffer
Full output is below. Note that the earlier chunks look like this, with a populated "reasoning_content"
key:
{
"id": "2cf23b27-2ba6-41dd-b484-358c486a1405",
"object": "chat.completion.chunk",
"created": 1737480272,
"model": "deepseek-reasoner",
"system_fingerprint": "fp_1c5d8833bc",
"choices": [
{
"index": 0,
"delta": {
"content": null,
"reasoning_content": "Okay"
},
"logprobs": null,
"finish_reason": null
}
]
}
Later chunks look like this:
{
"id": "2cf23b27-2ba6-41dd-b484-358c486a1405",
"object": "chat.completion.chunk",
"created": 1737480272,
"model": "deepseek-reasoner",
"system_fingerprint": "fp_1c5d8833bc",
"choices": [
{
"index": 0,
"delta": {
"content": " waves",
"reasoning_content": null
},
"logprobs": null,
"finish_reason": null
}
]
}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"role":"assistant","content":null,"reasoning_content":""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Okay"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" user"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" wants"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" a"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" song"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" about"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" pel"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"icans"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Let"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" me"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" start"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" by"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" recalling"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" what"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" I"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" know"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" about"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" pel"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"icans"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" They"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"'re"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" large"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" birds"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" with"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" big"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" be"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"aks"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" throat"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" pou"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"ches"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" right"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"?"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" They"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"'re"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" often"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" found"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" near"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" water"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" like"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" coasts"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" or"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" lakes"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" They"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" have"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" a"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" distinctive"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" way"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" of"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" catching"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" fish"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" by"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" diving"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" I"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" should"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" incorporate"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" those"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" characteristics"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" into"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" song"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"\n\n"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"H"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"mm"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" structure"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"-wise"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" maybe"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" verse"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"-ch"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"orus"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"-"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"verse"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"-ch"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"orus"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"-b"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"ridge"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"-ch"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"orus"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" That"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"'s"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" a"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" common"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" structure"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" The"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" first"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" verse"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" can"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" set"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" scene"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" maybe"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" describing"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" pel"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"icans"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" in"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" their"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" habitat"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" The"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" chorus"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" should"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" highlight"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" their"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" key"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" features"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" like"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" their"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" be"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"aks"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" wings"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" fishing"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" habits"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":".\n\n"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"I"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" need"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" to"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" make"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" sure"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" lyrics"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" are"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" rhythmic"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" rhyming"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Let"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" me"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" think"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" of"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" some"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" rhymes"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Words"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" like"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"sky"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":",\""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"fly"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":",\""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"t"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"ide"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":",\""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"wide"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"\""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" come"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" to"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" mind"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Also"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"be"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"ak"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":",\""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"seek"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":",\""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"sea"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":",\""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" \""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"free"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":".\""},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" The"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" bridge"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" could"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" talk"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" about"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" their"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" flight"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" or"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" maybe"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" their"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" role"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" in"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" ecosystem"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":".\n\n"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Wait"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" should"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" I"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" mention"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" their"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" social"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" behavior"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"?"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Pel"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"icans"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" often"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" fly"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" in"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" groups"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Maybe"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" include"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" that"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" in"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" second"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" verse"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Also"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" their"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" pou"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"ches"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" are"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" unique"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" so"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" that"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"'s"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" a"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" good"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" point"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" to"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" emphasize"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" The"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" outro"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" should"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" wrap"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" up"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" song"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" leaving"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" a"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" positive"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" image"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" of"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" pel"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"icans"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" gl"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"iding"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" over"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" water"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":".\n\n"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Let"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" me"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" check"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" for"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" consistency"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" in"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" meter"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" rhyme"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" scheme"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Each"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" verse"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" should"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" have"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" a"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" similar"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" syllable"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" count"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" The"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" chorus"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" needs"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" to"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" be"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" catchy"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Maybe"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" use"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" repetition"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" in"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" chorus"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" lines"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Avoid"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" making"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" lines"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" too"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" word"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"y"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Keep"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" it"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" simple"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" melodic"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":".\n\n"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"Alright"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":","},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" putting"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" it"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" all"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" together"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" now"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Start"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" with"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" first"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" verse"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" about"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" coast"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" pel"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"icans"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" flying"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Ch"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"orus"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" about"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" their"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" be"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"aks"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" wings"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Second"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" verse"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" about"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" fishing"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" group"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" behavior"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Bridge"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" about"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" their"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" freedom"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" flight"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Final"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" chorus"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" outro"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" Make"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" sure"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" each"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" section"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" flows"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" into"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" the"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" next"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" and"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" maintains"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" a"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" cohesive"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":" theme"},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":null,"reasoning_content":"."},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Song","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" Title","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":":","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \"","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"W","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ings","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" of","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" Tide","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"\"","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n\n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Verse","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"1","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Over","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" coast","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" where","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" salt","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" winds","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" blow","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Sil","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"hou","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ettes","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" glide","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" in","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" sunset","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"’","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"s","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" glow","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"With","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" sails","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" stretched","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" wide","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" they","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" patrol","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" breeze","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"M","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"asters","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" of","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" harbor","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" guardians","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" of","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" seas","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n\n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Ch","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"orus","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Oh","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" pel","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"icans","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" with","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" your","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" pockets","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" deep","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"D","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ive","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" through","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" waves","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" where","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" min","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"now","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"s","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" sleep","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Be","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"aks","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" like","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" anchors","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" wings","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" like","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" prayers","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"You","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" dance","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" with","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ocean","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" you","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ride","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" air","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"!","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n\n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Verse","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"2","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*A","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" splash","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"!","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" A","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" plunge","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"!","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" A","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" silver","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" prize","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"They","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" scoop","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" up","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" daylight","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" they","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" command","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" skies","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"In","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" flocks","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" they","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" drift","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" a","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" fe","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"athered","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" parade","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Writing","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" their","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" stories","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" in","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ri","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"pples","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" they","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"’","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ve","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" made","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n\n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Ch","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"orus","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Oh","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" pel","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"icans","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" with","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" your","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" pockets","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" deep","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"D","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ive","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" through","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" waves","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" where","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" min","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"now","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"s","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" sleep","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Be","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"aks","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" like","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" anchors","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" wings","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" like","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" prayers","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"You","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" dance","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" with","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ocean","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" you","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ride","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" air","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"!","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n\n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Bridge","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"They","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"’","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"re","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ancient","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" as","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" drift","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"wood","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" yet","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" light","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" as","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" a","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" sigh","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Map","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"makers","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" of","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" currents","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" they","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" never","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ask","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" why","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"The","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" moon","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" pulls","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" tide","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" and","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" they","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" follow","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" its","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" lead","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"—","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*A","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" chorus","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" of","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" wander","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ers","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" born","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" to","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" be","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" free","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n\n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Ch","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"orus","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Oh","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" pel","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"icans","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" with","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" your","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" pockets","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" deep","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"D","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ive","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" through","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" waves","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" where","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" min","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"now","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"s","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" sleep","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Be","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"aks","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" like","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" anchors","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" wings","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" like","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" prayers","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"You","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" dance","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" with","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ocean","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" you","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" ride","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" air","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"!","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n\n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Out","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ro","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"**","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"When","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" dawn","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" cracks","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" horizon","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"’","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"s","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" seal","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"They","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"’","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ll","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" circle","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" shore","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" where","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" fishermen","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" reel","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"Old","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" souls","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" of","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" brine","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":",","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" forever","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" they","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"’","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ll","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" roam","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"—","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"The","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" pel","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"icans","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" carry","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" the","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" wild","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"’","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"s","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" anthem","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" home","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n\n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"---","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" \n","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"🎶","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" (","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"End","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" with","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" a","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" fading","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" melody","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" of","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" harmon","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"ica","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" and","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" gentle","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" waves","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":".)","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":" 🎶","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"*","reasoning_content":null},"logprobs":null,"finish_reason":null}]}
data: {"id":"2cf23b27-2ba6-41dd-b484-358c486a1405","object":"chat.completion.chunk","created":1737480272,"model":"deepseek-reasoner","system_fingerprint":"fp_1c5d8833bc","choices":[{"index":0,"delta":{"content":"","reasoning_content":null},"logprobs":null,"finish_reason":"stop"}],"usage":{"prompt_tokens":22,"completion_tokens":806,"total_tokens":828,"prompt_tokens_details":{"cached_tokens":0},"completion_tokens_details":{"reasoning_tokens":373},"prompt_cache_hit_tokens":0,"prompt_cache_miss_tokens":22}}
data: [DONE]
FYI you can make the big output toggle-able
renders as:
Full output