Skip to content

Commit ef460ec

Browse files
committed
Update README.md to include TAVILY_API_KEY in agent environment variable setup
1 parent f5bfbc7 commit ef460ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ Modules marked with a 🧠 emoji involve an LLM call. By consolidating tool usag
7272
```sh
7373
poetry install
7474
```
75-
- Create a `.env` file inside the `./agent` directory with your **GITHUB_PAT**:
75+
- Create a `.env` file inside the `./agent` directory with your **GITHUB_PAT** and **TAVILY_API_KEY**:
7676
```
7777
OPENAI_API_KEY=YOUR_GITHUB_PAT_HERE
78+
TAVILY_API_KEY=YOUR_TAVILY_API_KEY
7879
```
7980
- Run the agent demo:
8081
```sh

0 commit comments

Comments
 (0)