goose icon indicating copy to clipboard operation
goose copied to clipboard

Goose UI can have issues if there are lingering configs in Local storage

Open Kvadratni opened this issue 10 months ago • 4 comments

I had an issue running OpenAI models due to leftover data in my local storage. After manually resetting it , everything works.

We should add a "reset config) option to setting to allow for better UX when configuration changes.

Kvadratni avatar Jan 31 '25 21:01 Kvadratni

Can you describe the issue in more detail?

I'm looking into a large refactor of config/local storage soon, so want to make sure I address failure modes

alexhancock avatar Jan 31 '25 22:01 alexhancock

essentially I had 400's from openAI models until I entirely deleted local storage and restarted with a fresh config

Kvadratni avatar Jan 31 '25 22:01 Kvadratni

Can confirm this. When switching to my Ollama provider the localStorage (accessible via ⌥ + ⌘ + I on MacOS) gets set to qwen2.5 and I need to manually set it to the actual model I'm running for it to work

pascalwengerter avatar Feb 01 '25 11:02 pascalwengerter

I ran into a similar issue when swapping the model I was serving locally (using LM Studio to launch the server) - I swapped between two models while keeping the Goose UI running.

Clearing all application storage and then quitting and re-launching it seemed to get it working again for me.

hamlim avatar Feb 20 '25 17:02 hamlim

Should be fixed in the updated UI!

baxen avatar Jun 17 '25 05:06 baxen