ollama-python icon indicating copy to clipboard operation
ollama-python copied to clipboard

Ollama chat stream Newline

Open kikoferrer opened this issue 5 months ago • 0 comments

Hi guys,

I am wondering if the streaming of ollama.chat also produces newline? I created program that streams the message via api and received at the other end in javascript fetch. The problem is it is not formatting the response with newlines even if I ask it to seperate into paragraphs. I am wondering if ollama.chat(stream=True) does not produce newline characters.

kikoferrer avatar Sep 09 '24 09:09 kikoferrer