Hello, currently when you do not have AI chatbot (excellent feature btw when I checked it out on the cloud) configured the button still appears and when you try to use it you get a message stating:
The ChatBot does not provide an answer or has not been configured yet.
When the API key is empty in configuration as shown below our users would prefer for the AI button to not show.
"chatbot": {
"openai": {
// The OpenAI API Key.
"apiKey": ""
}
}
Note that we are using Squidex v7.8.1, but I cannot see a change in the v7.8.2 changelog or recent commits that would mean this behaviour has changed.