Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Doriandarko committed Jun 24, 2024
1 parent 3185ec4 commit 98e5d76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Claude Engineer is an interactive command-line interface (CLI) that leverages th
```

3. Set up your API keys:
- Add your Anthropic and Tavily API keys:
- Add your Anthropic and Tavily API keys at the start of the file:
```
ANTHROPIC_API_KEY=your_anthropic_api_key_here
TAVILY_API_KEY=your_tavily_api_key_here
client = Anthropic(api_key="YOUR API KEY")
tavily = TavilyClient(api_key="YOUR API KEY")
```

## Usage
Expand Down

0 comments on commit 98e5d76

Please sign in to comment.