Skip to content

Commit

Permalink
Separates .env.example files into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasavluchinske committed Jun 17, 2024
1 parent d70d0a4 commit 262f4c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
OPENAI_API_KEY=your-key-here
WEATHER_API_KEY=your-key-here
TAVILY_API_KEY=your-key-here
FIRECRAWL_API_KEY=your-key-here
LANGCHAIN_API_KEY=your-key-here
LANGCHAIN_TRACING_V2=True
OPENAI_API_KEY=your-key-here
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ To gather the API keys for these tools, head to the following links:

`vite build`

### Create a .env file at the example folder

`cd example`

`cp .env.example .env`

### Install dependencies

#### Backend
Expand Down
5 changes: 5 additions & 0 deletions example/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
WEATHER_API_KEY=your-key-here
TAVILY_API_KEY=your-key-here
FIRECRAWL_API_KEY=your-key-here
LANGCHAIN_API_KEY=your-key-here
LANGCHAIN_TRACING_V2=True

0 comments on commit 262f4c1

Please sign in to comment.