Change8

v0.16.2

📦 ollamaView on GitHub →
3 features🐛 2 fixes

Summary

This release introduces the ability to disable cloud models via a new setting or environment variable, and fixes rendering issues in PowerShell along with bugs affecting experimental image models.

Migration Steps

  1. To disable cloud models when running `ollama serve` manually or on Linux, set the environment variable `OLLAMA_NO_CLOUD=1`.

✨ New Features

  • The command `ollama launch claude` now supports web searching when using :cloud models.
  • A new setting in the Ollama app allows users to easily disable cloud models for sensitive tasks.
  • For Linux users or those running `ollama serve` manually, setting the environment variable `OLLAMA_NO_CLOUD=1` disables cloud models.

🐛 Bug Fixes

  • Resolved a rendering issue when running `ollama` inside PowerShell.
  • Fixed an issue where experimental image generation models failed to run in versions 0.16.0 and 0.16.1.