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

Add example.env #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bdcorps
Copy link

@bdcorps bdcorps commented Mar 30, 2024

Adds an example.env with reference to ANTHROPIC_API_KEY

Copy link
Contributor

@eugene-yaroslavtsev eugene-yaroslavtsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Just added small comment for .env usage clarity

@@ -0,0 +1 @@
ANTHROPIC_API_KEY=
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ANTHROPIC_API_KEY=
# note: if you’re just running lumentis locally and already have this set in your env, there’s no need to set this up
ANTHROPIC_API_KEY=

@hrishioa
Copy link
Owner

hrishioa commented Apr 6, 2024

This is a good point! IIRC though the .env is only read automatically if bun's running things. If we're doing this shouldn't we import an .env with all runners if there's one there?

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

Successfully merging this pull request may close these issues.

3 participants