chance default model to 3.5 sonnet new (#4612)

Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
This commit is contained in:
Robert Brennan
2024-10-29 13:43:25 -04:00
committed by GitHub
parent e231776be8
commit 997dc80d18
5 changed files with 6 additions and 5 deletions

View File

@@ -40,8 +40,8 @@ websocat ws://127.0.0.1:3000/ws
## Supported Environment Variables
```sh
LLM_API_KEY=sk-... # Your OpenAI API Key
LLM_MODEL=gpt-4o # Default model for the agent to use
LLM_API_KEY=sk-... # Your Anthropic API Key
LLM_MODEL=claude-3-5-sonnet-20241022 # Default model for the agent to use
WORKSPACE_BASE=/path/to/your/workspace # Default absolute path to workspace
```