Bix AI Writer

外掛說明

Bix AI Writer adds a simple panel in the Gutenberg editor where you can:
– Generate full content for a post/page from a prompt.
– Create a clean summary from any text you paste.

Bring your own backend: choose OpenAI, OpenRouter, or a fully free local setup with Ollama (http://localhost:11434). You keep control of keys and models. No vendor lock-in.

Privacy and Data Usage

Bix AI Writer connects to third-party AI services to generate content or summaries based on your prompts. Depending on the provider you select in Settings AI Writer, your text will be sent to:

  • Ollama (Local, Self-Hosted) — https://ollama.com/
    Your data stays on your own server. No external transmission is involved unless your Ollama endpoint is remote.
  • OpenAI — https://openai.com/ — Privacy Policy: https://openai.com/privacy
  • OpenRouter — https://openrouter.ai/ — Privacy Policy: https://openrouter.ai/privacy

The plugin itself does not collect analytics or store personal data; it only inserts the returned text into the editor. API requests are performed from your WordPress server directly to the configured provider. You are responsible for complying with the selected provider’s terms of use and privacy policies.

螢幕擷圖

安裝方式

  1. Upload the ZIP via Plugins Add New Upload.
  2. Activate Bix AI Writer.
  3. Go to Settings AI Writer and choose your provider:
    • Ollama: API Base http://localhost:11434, Model llama3.1, no key required.
    • OpenAI: API Base https://api.openai.com/v1 + your key + model (e.g. gpt-4o-mini).
    • OpenRouter: API Base https://openrouter.ai/api + your key + model (e.g. openrouter/auto).

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Bix AI Writer〉的開發相關工作。

參與者

將〈Bix AI Writer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.3

  • Add Privacy and Data Usage section documenting third-party services (OpenAI, OpenRouter, Ollama) with links and privacy policies.
  • Fix Contributors to bilirsoft (WordPress.org username).
  • Compliance polish for review feedback.