Change8

v0.16.2-rc0

📦 ollamaView on GitHub →
2 features🐛 2 fixes

Summary

This release introduces web search capabilities for Claude cloud models and adds an environment variable to easily disable cloud models for privacy. It also fixes rendering issues in PowerShell and restores functionality for experimental image generation models.

Migration Steps

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

✨ New Features

  • Added web search support for `ollama launch claude` when using :cloud models.
  • Introduced a new setting to disable cloud models: set the environment variable `OLLAMA_NO_CLOUD=1` when running on Linux or manually starting `ollama serve`.

🐛 Bug Fixes

  • Resolved a rendering issue when running `ollama` inside PowerShell.
  • Fixed an issue preventing experimental image generation models from running, which occurred in versions 0.16.0 and 0.16.1.