Skip to content
New issue

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

dotenv everywhere #1

Open
frbayart opened this issue Sep 21, 2023 · 3 comments
Open

dotenv everywhere #1

frbayart opened this issue Sep 21, 2023 · 3 comments

Comments

@frbayart
Copy link

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()
@jedi4ever
Copy link
Owner

in vscode - I believe when you install the python extension you will get the following setting

image

@jedi4ever
Copy link
Owner

we could add it though to each file - would not hurt things

@DavidS-ovm
Copy link

... or add the setting to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants