Patrick Devine
Patrick Devine
I think there was an issue w/ this when we switched from `ollama.ai` to `ollama.com`. Can you try it with: ``` curl -fsSL https://ollama.ai/install.sh | sh ```
You can use Ollama with an OCI registry right now as long as you don't need auth. To pull from a different registry you can use: `ollama pull //:` I'm...
We had set `sqlcoder2` to be hidden while we were testing it, and then forgot to delete it. You should just use the `sqlcoder` model as it should be the...
You can save the conversation history with `/save ` inside of the REPL and then when you go to use it again you can use `ollama run ` with the...
I just ran into this problem. Any chance for a fix?
I ended up just forking the repo into [pdevine/tensor](https://github.com/pdevine/tensor) and patching that to not through the error. I'll kill that fork if this ever gets updated.
There is the one in `/api`, which is what we use for the REPL, but it's not as well commented as the python/js client libraries.
I'd love to get it up to the same standard as the other two libraries. I think in terms of functionality it should be really close (we use it heavily...
Thanks so much @eliben for those two PRs! I'll go ahead and close this guy. I'd still like to do an "official" go client at some point similar to js/python.