| 开发者 | zactonz |
|---|---|
| 更新时间 | 2026年6月5日 14:10 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
/wp-content/plugins/zactonz-ai-provider-ollama/.Visit ollama.com to download and install Ollama for your platform. Once installed, pull a model (example ollama pull llama3.2) and the connector will automatically discover it.
Ollama Cloud requires a valid API key in Settings > Connectors or Settings > Ollama.
Self-hosted Ollama does not need an API key by default. If your self-hosted endpoint is protected, enter the optional self-hosted API key. Cloud and self-hosted keys are stored separately in Zactonz-owned options and are applied to Ollama provider requests for the active connection mode.
An OLLAMA_API_KEY environment variable or PHP constant can also be used and takes priority over saved admin keys.
By default, the connector uses http://localhost:11434. You can change this in two ways:
OLLAMA_HOST environment variable (takes precedence).No. The admin JavaScript files included with this plugin are human-readable source files maintained directly in the plugin. No minification, bundling, npm install, or build command is required to reproduce them.
All PHP, JavaScript, CSS, and SVG source files are included directly in this plugin package. The files in admin/ are maintained as human-readable source files and are not generated from a separate build process.