Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# AI Provider for Ollama

![AI Provider for Ollama](https://github.com/Fueled/ai-provider-for-ollama/blob/develop/.wordpress-org/banner-1544x500.png)

[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/Fueled/ai-provider-for-ollama.svg)](https://github.com/Fueled/ai-provider-for-ollama/releases/latest) ![WordPress Plugin Required PHP Version](https://img.shields.io/wordpress/plugin/required-php/ai-provider-for-ollama) ![WordPress Plugin: Required WP Version](https://img.shields.io/wordpress/plugin/wp-version/ai-provider-for-ollama) ![WordPress Plugin: Tested WP Version](https://img.shields.io/wordpress/plugin/tested/ai-provider-for-ollama) [![GPLv2 License](https://img.shields.io/github/license/Fueled/ai-provider-for-ollama.svg)](https://github.com/Fueled/ai-provider-for-ollama/blob/develop/LICENSE.md)

[![Test](https://github.com/Fueled/ai-provider-for-ollama/actions/workflows/test.yml/badge.svg)](https://github.com/Fueled/ai-provider-for-ollama/actions/workflows/test.yml) [![Plugin Check](https://github.com/Fueled/ai-provider-for-ollama/actions/workflows/plugin-check.yml/badge.svg)](https://github.com/Fueled/ai-provider-for-ollama/actions/workflows/plugin-check.yml) [![Dependency Review](https://github.com/Fueled/ai-provider-for-ollama/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/Fueled/ai-provider-for-ollama/actions/workflows/dependency-review.yml)
Expand Down Expand Up @@ -34,6 +36,8 @@ composer require fueled/ai-provider-for-ollama

## Configuration

<img src="/.wordpress-org/screenshot-1.png" alt="Settings > Ollama screen showing available AI models and Host URL configuration." width="600">

### Ollama Host URL

By default, the provider connects to `http://localhost:11434`. You can change this in two ways:
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ By default, the provider connects to `http://localhost:11434`. You can change th
1. Set the `OLLAMA_HOST` environment variable (takes precedence).
2. Go to **Settings > Ollama Settings** in the WordPress admin and enter your host URL.

== Screenshots ==

1. Settings > Ollama screen showing available AI models and Host URL configuration.

== Changelog ==

= 1.0.3 - 2026-03-25 =
Expand Down
Loading