Disable AI assistance
Table of contents
Temporary disable
To hide the AI smart completion and AI Chat, and disable AI commands in the SQL Editor:
- Navigate to Window -> Preferences -> General -> AI.
- Deselect Enable smart completion.
Permanent disable
To turn off AI assistant permanently:
- Use the system variable by setting
DBEAVER_AI_DISABLED
totrue
. - Or, add
Dai.disabled=true
to thedbeaver.ini
file.
Tip: Detailed instructions on finding
dbeaver.ini
are available in our article.
Once this feature is permanently disabled, it cannot be re-enabled via Preferences.