TheR1D / shell_gpt

A command-line productivity tool powered by AI large language models like GPT-4, will help you accomplish your tasks faster and more efficiently.
MIT License
9.42k stars 742 forks source link

Only split config lines on the first = #504

Closed keiththomps closed 6 months ago

keiththomps commented 7 months ago

If a config value (such as the API key) has an = in it then it will currently blow up when parsing the config file. This will ensure that config values are only split into 2 items, keeping the values intact.

My enterprise key has an = in it and this is what I see image

TheR1D commented 6 months ago

@keiththomps thank you, merged.