mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
chance default model to 3.5 sonnet new (#4612)
Co-authored-by: Xingyao Wang <xingyao@all-hands.dev>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user