Linux 软件免费装
Banner图

AI Provider for ChatGPT

开发者 abdalsalaam
更新时间 2026年6月16日 01:20
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

ai chatbot openai chatgpt ai-provider

下载

0.1.3

详情介绍:

AI Provider for ChatGPT registers OpenAI with the WordPress AI Client and authenticates each request using an OAuth token associated with a ChatGPT account (Free / Plus / Pro). API usage is billed against the connected ChatGPT subscription rather than a separate OpenAI API account. Any plugin or theme that uses the AI Client can call ChatGPT models the same way it calls Kimi, Google, or Anthropic. Features: Requirements: Privacy & data sharing: When this plugin is used, prompts and content you send through the AI Client are transmitted to OpenAI's servers for processing. Review the OpenAI Privacy Policy and Terms of Use before enabling this provider on a production site. See the External services section below for full details on what data is sent and when.

安装:

  1. Upload the plugin files to /wp-content/plugins/ai-provider-for-chatgpt/, or install through the WordPress plugin browser.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Visit Settings → ChatGPT and follow the on-screen instructions to connect a ChatGPT account.
  4. Any plugin or theme that uses the WordPress AI Client can now generate text with the ChatGPT models available to your account.

屏幕截图:

  • The ChatGPT connector wizard and built-in diagnostics — connect your account with a single command, then confirm the provider is live and that its models were discovered.

升级注意事项:

0.1.3 The plugin no longer reads the core connector option directly; configured state comes from the AI Client API. 0.1.2 Unique halawa_chatgpt_ prefixes, fuller external-service documentation, a clearer public pairing endpoint, and uninstall cleanup.

常见问题:

How do I connect a ChatGPT account?

On Settings → ChatGPT, click Connect with ChatGPT. The page shows a one-line npx command — run it on your laptop, sign in to OpenAI in the browser window that opens, and the WordPress tab connects automatically. No file copying. If you'd rather use the Codex CLI bundle you already have, the same screen has an Advanced option to paste or upload ~/.codex/auth.json.

Does this plugin work without the WordPress AI Client?

No. The plugin registers ChatGPT with the AI Client provider registry, so the AI Client must be available — either bundled in WordPress 7.0+ or installed as a separate package on 6.9.

Which models are supported?

Any chat-completion model exposed by the OpenAI Responses API for the connected account. The list is refreshed automatically.

Does it support image generation?

Not yet. This release covers text generation, chat, tool use, and structured output.

How are tokens stored?

Tokens are stored in the WordPress options table on your own site, encrypted at rest with sodium_crypto_secretbox keyed off wp-config.php salts. They are never transmitted anywhere except to OpenAI when fulfilling a request or refreshing the access token.

更新日志:

0.1.3 0.1.2 0.1.1 0.1.0