signebedi / gptty

ChatGPT wrapper in your TTY
MIT License
48 stars 7 forks source link

[runtime] add a `config_path` option to specify a new path to the config file #13

Closed signebedi closed 1 year ago

signebedi commented 1 year ago

When we add click with #2, we should allow users to pass an override with their config file path.

signebedi commented 1 year ago

Also allow individual config overrides with runtime options.

signebedi commented 1 year ago

Added config_path option. May consider adding individual config overrides later.