guywaldman / magic-cli

Command line utility to make you a magician in the terminal
https://guywaldman.com/posts/introducing-magic-cli
MIT License
720 stars 18 forks source link

Fix issue where OpenAI API key was not used #31

Closed guywaldman closed 3 months ago

guywaldman commented 3 months ago

This PR fixes an issue where the OpenAI API key defined in the configuration was not used. I believe this regression was introduced in #27.

Detailed Changes


Resolves #29