ollama-python
ollama-python copied to clipboard
Ollama chat stream Newline
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.