外掛說明
這個外掛提供 PHP AI Client SDK 的 OpenAI 整合功能,它能讓 WordPress 網站使用 OpenAI 的 GPT 及 DALL-E 模型,藉以產生內容、圖片及其他人工智慧功能。
外掛特色
- 使用 GPT 模型產生內容
- 使用 DALL-E 模型產生圖片
- Function calling support
- Web search support
- 自動註冊提供者
這個外掛會動態探索 OpenAI API 提供的模型,包含用於產生內容的 GPT 模型、產生圖片的 DALL-E 及 GPT Image 模型及文字轉語音的 TTS 模型。
環境需求
- PHP 7.4 或更新版本
- 如果網站使用 WordPress 6.9,則必須安裝 PHP AI Client 套件
- 如果網站使用 WordPress 7.0,不需進行任何變更
- OpenAI API 金鑰
安裝方式
- 將外掛安裝套件 ZIP 壓縮檔解壓縮所得的
ai-provider-for-openai資料夾上傳至網站的/wp-content/plugins/目錄中。 - 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
- 透過
OPENAI_API_KEY環境變數或常數組態 OpenAI API 金鑰。
常見問題集
-
如何取得 OpenAI API 金鑰?
-
前往 OpenAI Platform 以取得 OpenAI 的 API 金鑰。
-
這個外掛是否不需要與 PHP AI Client 搭配使用?
-
否。這個外掛需要安裝並啟用 PHP AI Client 外掛,而這個外掛提供 PHP AI Client 所使用的 OpenAI 專屬實作方案。
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0.2
- Add plugin directory assets by @shaunandrews in https://github.com/WordPress/ai-provider-for-openai/pull/7
- Update tags in readme.txt by @jeffpaul in https://github.com/WordPress/ai-provider-for-openai/pull/9
- Fix missing input and output modality combinations. by @felixarntz in https://github.com/WordPress/ai-provider-for-openai/pull/11
- Add provider description by @felixarntz in https://github.com/WordPress/ai-provider-for-openai/pull/12
1.0.1
- Initial release of the plugin
- Support for GPT text generation models
- Support for DALL-E image generation models
- Function calling support
- Web search support
1.0.0
- Initial release of the Composer package
