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
I don't know how my vscode is configured but I need to paste the dotenv part on all playbook to have my OPENAI key loaded.
%pip install python-dotenv from dotenv import load_dotenv load_dotenv()
The text was updated successfully, but these errors were encountered:
in vscode - I believe when you install the python extension you will get the following setting
Sorry, something went wrong.
we could add it though to each file - would not hurt things
... or add the setting to
learning-llms-and-genai-for-dev-sec-ops/.devcontainer/devcontainer.json
Line 14 in 75d9399
No branches or pull requests
I don't know how my vscode is configured but I need to paste the dotenv part on all playbook to have my OPENAI key loaded.
The text was updated successfully, but these errors were encountered: