dustinblackman / oatmeal

Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors!
https://dustinblackman.com/posts/oatmeal/
MIT License
477 stars 23 forks source link

Use XDG config directory for config file #45

Closed hparzych closed 5 months ago

hparzych commented 6 months ago

Currently, the cache directory is used as the default location of config file. The standard directory for configuration files should be used instead as defined by XDG spec.