|
|
@@ -7,11 +7,10 @@ sidebar_position: 3
|
|
|
OpenHands can connect to any LLM supported by LiteLLM. However, it requires a powerful model to work.
|
|
|
The following are verified by the community to work with OpenHands:
|
|
|
|
|
|
-* claude-3-5-sonnet
|
|
|
+* claude-3-5-sonnet (recommended)
|
|
|
* gemini-1.5-pro / gemini-1.5-flash
|
|
|
* gpt-4 / gpt-4o
|
|
|
* llama-3.1-405b / hermes-3-llama-3.1-405b
|
|
|
-* wizardlm-2-8x22b
|
|
|
|
|
|
:::warning
|
|
|
OpenHands will issue many prompts to the LLM you configure. Most of these LLMs cost money, so be sure to set spending
|
|
|
@@ -68,7 +67,7 @@ You can customize these options as you need for the provider you're using. Check
|
|
|
* `LLM_RETRY_MAX_WAIT` (Default of 120 seconds)
|
|
|
* `LLM_RETRY_MULTIPLIER` (Default of 2)
|
|
|
|
|
|
-If you running `openhands` in development mode, you can also set these options to the values you need in `config.toml` file:
|
|
|
+If you are running OpenHands in development mode, you can also set these options in the `config.toml` file:
|
|
|
|
|
|
```toml
|
|
|
[llm]
|