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
Consider moving to our model coordinates (sensitive) information being stored in a python dotenv file and/or determined from environment.
https://pypi.org/project/python-dotenv/
Related to #85
The text was updated successfully, but these errors were encountered:
I think the key is automatically loaded from the environment if it is present. I'm looking at https://github.com/konveyor-ecosystem/kai/blob/6049eff2ea1b74d68c75554e8854302100322340/kai/model_provider.py#L47-L52 and https://github.com/konveyor-ecosystem/kai/blob/6049eff2ea1b74d68c75554e8854302100322340/kai/model_provider.py#L105-L113 OpenAI's key check still needs to be implemented if we want, but langchain does that for us
Sorry, something went wrong.
Removed the priority on this. It's not essential to demo flow, usage of environment variables is fine for now.
Configuration IDE side has matured to the point that this issue is obsolete
No branches or pull requests
Consider moving to our model coordinates (sensitive) information being stored in a python dotenv file and/or determined from environment.
https://pypi.org/project/python-dotenv/
Related to #85
The text was updated successfully, but these errors were encountered: