Linux 软件免费装
Banner图

Jokiruiz Local Model Connector

开发者 jokioki
更新时间 2026年7月28日 20:15
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

ai connector openai ollama ai provider

下载

1.0.0 1.0.1

详情介绍:

Jokiruiz Local Model Connector is an AI provider connector that runs WordPress AI features on your own hardware. It registers a new AI connector on the WordPress Connectors screen and exposes your local model to the WordPress AI Client, so any AI feature on your site can use it — with no cloud service, no account and no API key. The connector speaks the OpenAI-compatible API (/v1/models, /v1/chat/completions) instead of each backend's native API, so one connector serves them all. Works with any OpenAI-compatible AI provider Why this connector

安装:

  1. Install and activate the plugin.
  2. Start your local model server with an OpenAI-compatible API. For example, with Ollama: OLLAMA_HOST=0.0.0.0:11434 ollama serve
  3. Go to Settings → Jokiruiz Local Model Connector.
  4. Enter your endpoint (for example http://localhost:11434), leaving the API key empty for local-only use.
  5. Refresh the model list, pick a model and save.

屏幕截图:

  • The connector listed on the WordPress Connectors screen.

常见问题:

Does this connector send my content to a cloud AI provider?

No. Requests go only to the endpoint you configure, which is normally a model running on your own machine or your own network.

Do I need an API key?

No. Local-only mode requires no key. The API key field is only for endpoints published through a tunnel that requires a Bearer token.

Which AI providers and backends are supported?

Any backend exposing an OpenAI-compatible API, including Ollama, LM Studio, llama.cpp's server and vLLM.

Does it make network requests before I configure it?

No. Nothing is requested until you save an endpoint.

The model list is empty. What now?

Check that your server is running and reachable from WordPress, then use the Refresh models button. The health card on the settings screen distinguishes an unreachable backend from an authentication failure or an empty model list.

My local model is slow and generation gets cut off.

The connector already uses a 300 second generation timeout. You can change it with the jokiruiz_local_model_connector_generation_timeout filter.

更新日志:

1.0.1