We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having access to all of the best APIs in one CLI is awesome! 🚀 I've been thinking of how we could overcome the downsides:
google-generativeai
What if we conditionally load modules, based on the presence of OPENAI_API_KEY or config file?
OPENAI_API_KEY
The text was updated successfully, but these errors were encountered:
That sounds very reasonable, wanna try making a PR?
Sorry, something went wrong.
Heads up I made Llama optional here: #46
No branches or pull requests
Having access to all of the best APIs in one CLI is awesome! 🚀 I've been thinking of how we could overcome the downsides:
google-generativeai
mandating Python 3.9+ (Recent commit broke the gpt usage (for me) #29)What if we conditionally load modules, based on the presence of
OPENAI_API_KEY
or config file?The text was updated successfully, but these errors were encountered: