OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

how to run OpenDevin with Claude 2 or Claude 3?

Open code2graph opened this issue 1 year ago • 2 comments

how to setup OpenDevin with Claude 2 or Claude 3?

code2graph avatar Apr 02 '24 21:04 code2graph

@code2graph we don't have model-specific instructions, but I'm modifying things here to make it easier to set up: https://github.com/OpenDevin/OpenDevin/pull/614

rbren avatar Apr 02 '24 22:04 rbren

set LLM_MODEL to claude-2 or claude-3, then export ANTHROPIC_API_KEY = "your_key" and run.

OpenDevin uses LiteLLM, you basically have to follow the instruction there for each model https://docs.litellm.ai/docs/providers/anthropic

DGdev91 avatar Apr 02 '24 23:04 DGdev91

Should be fixed. https://github.com/OpenDevin/OpenDevin/pull/614

neubig avatar Apr 03 '24 14:04 neubig