Hi everyone
After finding the AI bot blog post, thought we’d give it a go on our community site and see how we can use it. First time using it, so apologies if this is a simple solution
We’ve set it up with Azure, with the below settings, but seeing the following error in /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
Settings -
Setting | Value |
---|---|
ai_openai_gpt35_url | https://[custom url].openai.azure.com/openai/deployments/[deployment name]/chat/completions?api-version=2023-07-01-preview |
ai_openai_gpt35_16k_url | https://[custom url].openai.azure.com/openai/deployments/[deployment-name]/chat/completions?api-version=2023-07-01-preview |
ai_openai_api_key | api key |
ai_bot_enabled | checked / ticked |
ai_bot_enabled_chat_bots | gpt-3.5-turbo |
Have we missed anything, or is there anything in particular we should be looking for?
Thanks in advance