tbckr / sgpt

SGPT is a command-line tool that provides a convenient way to interact with OpenAI models, enabling users to run queries, generate shell commands and produce code directly from the terminal.
MIT License
232 stars 24 forks source link

Fixed config location on MacOS #177

Closed tgoorden closed 9 months ago

tgoorden commented 9 months ago

The listed config location did not appear to be up-to-date, at least for MacOS. This might be an issue on Linux as well.

Update the documentation.

The config.yaml appears to be in a different location now, at least on MaOS. To reproduce: install with brew, execute sgpt init and try to find the config file.

tbckr commented 9 months ago

Thanks for the fix!