AI Assistant Preferences Reset upon Qt Creator 19.0.0 restart
-
I've got a commercial license and have installed the AI Assistant Extension. I'm using Qt Creator 19.0.0 (the latest). Here are my preference settings in AI Assistant:


Everything works fine when I use it in this session. Ollama is setup correctly, etc.
Here is the QtCreator.ini AIAssistant section that is saved before closing Qt Creator:

And, here is the QtCreator.ini AIAssistant section that it reverts to after reopening Qt Creator:

Resulting in these default preference settings:


I've tried various suggestions to fix it including, checking if my license server can get the license before the AI Assistant checks for it; changing the General\SelectedLLMId=Advanced; removing the General\SelectedLLM=7; changing the General\SelectedLLM=-1. By the way, Advanced is index 7 in the General \ LLM dropdown combobox. I want to use AI Assistant but only if I don't have to reset the preference settings each time I start Qt Creator.
Anybody, please help.