diff --git a/.env.sample b/.env.sample index e90f1bd..362b74b 100644 --- a/.env.sample +++ b/.env.sample @@ -10,7 +10,7 @@ SEARXNG_URL=http://192.168.1.10:4000 TAVILY_API_KEY=tvly- -CLAUDE_MODEL=claude-3-5-sonnet-20240620 +CLAUDE_MODEL=claude-3-5-sonnet-latest # for claude automode, how many times it will run by itself, change as needed MAX_ITERATIONS=5 @@ -21,4 +21,4 @@ MAX_ITERATIONS=5 # uvicorn backend:app --host 0.0.0.0 --port 8000 # start the frontend cd frontend -# npm run dev \ No newline at end of file +# npm run dev