...
創建 Composio 帳號:進入 Composio 官網,使用 Gmail 進行綁定註冊。
選擇欲綁定的APP:打開命令提示字元(cmd),輸入指令
pip install composio_core composio_openai
然後輸入composio add APP -e entity ID
進行綁定。取得 Composio API Key:在 Composio 平台的個人帳戶設置中找到並複製 API Key。進入 “https://app.composio.dev/settings” 即可看到 API Key。
取得 Davinci API Key:進入 Davinci 平台,找到 API Key 並複製。
打開
web.zip 當中的 index.html
文件。執行 app.py
填入 Plugin Configuration:根據需要在配置區域填寫相關資訊。
勾選下方欲串接的 APP:選擇所需串接的APP進行勾選。
提交後:系統會生成一個 JSON檔,將該檔案上傳至達哥平台,成為 plugin。
...