Skip to content

Release 5.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 16:13
· 123 commits to main since this release
7549d86
  • Added PushBlobAsync() and IsBlobExistsAsync() #169
  • Updated CreateModelRequest for a breaking change in Ollama v0.5.5 #169

    The /api/create API endpoint that powers ollama create has been changed to improve conversion time and also accept a JSON object. Note: this change is not backwards compatible. If importing models, make sure you're using version 0.5.5 or later for both Ollama and the ollama CLI when running ollama create. If using ollama.create in the Python or JavaScript libraries, make sure to update to the latest version.

Note

If you get the error path or ModelFile are required, you're using version 0.5.4 or older. Make sure you're running Ollama 0.5.5 or newer with OllamaSharp 5.0


Thanks @mili-tan