You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: