Nachrichten

activate.csh uses "$prompt" in quotes like that, which fails when the user prompt contains a newline (error: unbalanced quotes). Using $prompt:q or "$prompt:q" solves ...
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 ...