-
Notifications
You must be signed in to change notification settings - Fork 20
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
Adds setup guide and .env.example file #80
Conversation
.env.example
Outdated
TAVILY_API_KEY=your-key-here | ||
FIRECRAWL_API_KEY=your-key-here | ||
LANGCHAIN_API_KEY=your-key-here | ||
LANGCHAIN_TRACING_V2=True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This .env.example should be inside example/
In root, I think all we need is OPENAI_API_KEY for now. So maybe have two examples, one in example/ another in root.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/sg, will do that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall, but please check comment
@fjsj I'll wait for you to merge your unification before adjusting this PR |
merged! I guess you can now rebase @amandasavluchinske |
Closes #79