皆さん、こんにちは。
AIボットのブログ記事を見つけ、コミュニティサイトで試してみて、どのように活用できるか見てみようと思いました。初めて使うので、簡単な解決策であれば申し訳ありません ![]()
Azureで以下のような設定でセットアップしましたが、/logsで次のようなエラーが表示されています。
DiscourseAi::Completions::Endpoints::OpenAi: status: 404 - body: {
"error": {
"message": "Unrecognized request argument supplied: tools",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
Job exception: DiscourseAi::Completions::Endpoints::Base::CompletionFailed
設定 -
| 設定 | 値 |
|---|---|
| ai_openai_gpt35_url | https://[カスタムURL].openai.azure.com/openai/deployments/[デプロイメント名]/chat/completions?api-version=2023-07-01-preview |
| ai_openai_gpt35_16k_url | https://[カスタムURL].openai.azure.com/openai/deployments/[デプロイメント名]/chat/completions?api-version=2023-07-01-preview |
| ai_openai_api_key | APIキー |
| ai_bot_enabled | チェック済み / オン |
| ai_bot_enabled_chat_bots | gpt-3.5-turbo |
何か見落としていることはありますか、あるいは特に確認すべきことはありますか?
よろしくお願いします。