Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bigsk1 committed Jul 26, 2024
1 parent 1816f76 commit 6028b11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ TAVILY_API_KEY=tvly-
CLAUDE_MODEL=claude-3-5-sonnet-20240620

# for claude automode, how many times it will run by itself, change as needed
MAX_ITERATIONS=5
MAX_ITERATIONS=5


# Start the server backend
# uvicorn backend:app --reload --host 0.0.0.0 --port 8000
# uvicorn backend:app --host 0.0.0.0 --port 8000

# start the frontend cd frontend
# npm run dev
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ This application leverages the power of Claude to enhance your development workf
TAVILY_API_KEY=your_tavily_api_key # If using Tavily
SEARXNG_URL=your_searxng_url # If using SearXNG
SEARXNG_URL=http://192.168.1.10:4000 # If using SearXNG
SEARXNG_RESULTS=5 # number of returned search results
MAX_ITERATIONS=5 # Number of automode iterations
```
Expand Down

0 comments on commit 6028b11

Please sign in to comment.