Patrick Devine

Results 323 comments of Patrick Devine

Thank you for the feature request! Unfortunately it's not currently possible to do this. The new `MESSAGE` command in the Modelfile doesn't _yet_ support adding images, and I think there's...

Unfortunately with a 2GB video card there are diminishing returns as to which layers can be offloaded reliably onto the GPU. I'm going to go ahead and close this for...

I'm going to go ahead and close this as answered. @gaborkukucska you just need the `OLLAMA_HOST` variable set correctly for both the client and the server. I hope you got...

Going to close this out since this is all covered in the [FAQ](https://github.com/ollama/ollama/blob/main/docs/faq.md)

@johnlarkin1 have you tried this lately? There have been a lot of updates since your original post.

It doesn't autosave, but w/ the next version (0.1.21) you will be about to use `/save ` to save your current session. You can then type `ollama run ` to...

Hey @nikhil0360 There's no way to disable this in the repl, although if you want to clear out the current context you can just use `/load `. If you load...

This was an issue w/ the parser incorrectly adding in the quotes and was fixed a few weeks ago. I'm going to go ahead and close it as being fixed.

1. The [Ollama Open AI API doc](https://github.com/ollama/ollama/blob/main/docs/openai.md) does mention the fields which are supported, but you can also use Open AIs own [docs](https://platform.openai.com/docs/api-reference/chat). For the context size, use the `max_tokens`...