The First response I receive has a blank content:
{"id"=>"chatcmpl-8J3QgSMi3I9U2UsA2r5ckMMIDGNJy", "object"=>"chat.completion.chunk", "created"=>1699552106, "model"=>"gpt-4-0613", "choices"=>[{"index"=>0, "delta"=>{"role"=>"assistant", "content"=>""}, "finish_reason"=>nil}]}
The consecutive response has a partial word confirming that a token was missing in the first response that was received:
{"id"=>"chatcmpl-8J3QgSMi3I9U2UsA2r5ckMMIDGNJy", "object"=>"chat.completion.chunk", "created"=>1699552106, "model"=>"gpt-4-0613", "choices"=>[{"index"=>0, "delta"=>{"content"=>"'s"}, "finish_reason"=>nil}]}