| 开发者 | abdalsalaam |
|---|---|
| 更新时间 | 2026年6月16日 01:20 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
sodium and openssl extensions/wp-content/plugins/ai-provider-for-chatgpt/, or install through the WordPress plugin browser.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.
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.
Any chat-completion model exposed by the OpenAI Responses API for the connected account. The list is refreshed automatically.
Not yet. This release covers text generation, chat, tool use, and structured output.
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.
connectors_ai_chatgpt_api_key option from the connection and diagnostics REST endpoints. The connector's configured state is now read solely through the AI Client API (isProviderConfigured()); the option is still written so the WordPress AI plugin can detect the connector's credentials, but it is no longer read back by this plugin.halawa_chatgpt_ to avoid collisions in WordPress's shared namespaces.__return_true) while keeping its single-use-token security boundary and per-IP rate limiting./responses stream.