外掛說明
這個外掛提供 PHP AI Client SDK 的 Anthropic 整合功能,它能讓 WordPress 網站使用 Anthropic 的 Claude 模型,藉以產生內容及其他人工智慧功能。
外掛特色
- 使用 Claude 模型產生內容
- Function calling support
- Extended thinking support
- 自動註冊提供者
這個外掛會動態探索 Anthropic API 提供的模型,包含使用透過多模態輸入支援、用於產生內容的 Claude 模型。
環境需求
- PHP 7.4 或更新版本
- 如果網站使用 WordPress 6.9,則必須安裝 PHP AI Client 套件
- 如果網站使用 WordPress 7.0,不需進行任何變更
- Anthropic API 金鑰
安裝方式
- 將外掛安裝套件 ZIP 壓縮檔解壓縮所得的
ai-provider-for-anthropic資料夾上傳至網站的/wp-content/plugins/目錄中。 - 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
- 透過
ANTHROPIC_API_KEY環境變數或常數組態 Anthropic API 金鑰。
常見問題集
-
如何取得 Anthropic API 金鑰?
-
前往 Anthropic Console 以取得 Anthropic 的 API 金鑰。
-
這個外掛是否不需要與 PHP AI Client 搭配使用?
-
否。這個外掛需要安裝並啟用 PHP AI Client 外掛,而這個外掛提供 PHP AI Client 所使用的 Anthropic 專屬實作方案。
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.0.3
- Add a provider logo to the metadata if the client version > 1.3.0 (#18).
1.0.2
- Add plugin directory assets by @shaunandrews in https://github.com/WordPress/ai-provider-for-anthropic/pull/10
- Add ‘connector’ tag to readme.txt by @jeffpaul in https://github.com/WordPress/ai-provider-for-anthropic/pull/12
- Add provider description by @felixarntz in https://github.com/WordPress/ai-provider-for-anthropic/pull/13
1.0.1
- Initial release of the plugin
- Support for Claude text generation models
- Function calling support
- Extended thinking support
1.0.0
- Initial release of the Composer package
