Linux 软件免费装
Banner图

AI Provider for llama.cpp

开发者 acrosswp
更新时间 2026年4月28日 06:32
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

ai connector llm local-ai llamacpp

下载

0.0.1 0.0.2 0.0.3

详情介绍:

This plugin provides llama.cpp integration for the WordPress AI Client. It lets WordPress sites use large language models running via a llama.cpp server for text generation and other AI capabilities. llama.cpp exposes an OpenAI-compatible API, and this provider uses that API to communicate with any GGUF model loaded into your llama.cpp server. Features: Requirements:

安装:

  1. Ensure the WordPress AI Client plugin is installed and activated.
  2. Upload the plugin files to /wp-content/plugins/ai-provider-for-llamacpp/.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. Go to Settings > llama.cpp to configure the server URL.

常见问题:

Do I need an API key?

No. For local llama.cpp instances, no API key is needed. The plugin automatically registers an empty key as a fallback.

What is the default server URL?

http://127.0.0.1:8080 -- the default address used by llama-server.

How do I change the server URL?

Go to Settings > llama.cpp and enter your server's base URL in the "Server URL" field.

更新日志:

0.0.3 0.0.1 0.0.2