data:{"id":"4c5e4a44-e847-467d-b9cd-d2f6530678cd","object":"chat.completion.chunk","created":1721336361,"model":"llama3-8b","system_fingerprint":"fastcoe","choices":[{"index":0,"delta":{"content":"I am a bot"},"logprobs":null,"finish_reason":null}]}
"{\"model\":\"samba-nova\",\"messages\":[{\"role\":\"system\",\"content\":\"You are a helpful bot\"},{\"role\":\"user\",\"content\":\"who are you?\"}],\"stream\":true}",
"{\"model\":\"samba-nova\",\"messages\":[{\"role\":\"system\",\"content\":\"You are a helpful bot\"},{\"role\":\"user\",\"content\":\"who are you?\"}]}",
headers:{
"Authorization"=>"Bearer ABC",
"Content-Type"=>"application/json",
},
).to_return(status:200,body:body,headers:{})
response=llm.generate("who are you?",user:Discourse.system_user)