Bruce MacDonald
Bruce MacDonald
Hi @sammcj, sorry about this. Resuming on push is on our radar.
Thanks for the PR Rick, my instinct here is that it might be simpler to move this to the request option parsing like this: ```go func (s *Server) modelOptions(model *Model,...
I'm looking at adding this model to the library at the moment. It can convert and run using the Ollama conversion. Here is how I ran it: 1. Download the...
This one isn't supported in Ollama yet, I'll keep tabs on this until support is added.
Hi @ZPLSSSTD, sorry you're hitting this issue. This looks similar to #2448, you may be having this issue due to a proxy or firewall.
It looks like the text displayed might be cut-off on the top and bottom if the screenshot is still accurate?
For future readers, this may be failing due to uppercase letters in the name of the model. I have a change open to make the error message better in this...
You're correct. Those fields are only in the final response when `done: true`. I'll make them optional so the types match what actually comes back when streaming. Thanks for reporting...
Hi @vandemjh, thanks for the contribution. One challenge we have here is using a default fetch library that is supported across different JS runtimes (versus only node). Seems like we...
Hi @michaelscottdev7, thanks for the contribution. This is a highly requested feature. In the short-term we don't plan to add an API key system to the Ollama server itself. Usually...