OpenHands
OpenHands copied to clipboard
Unknow issue when running prompt inside the webui with WSL Ubuntu
Make sure that you have set your OPENAI API Key
Make sure that you have set your OPENAI API Key
I did but it's not working with Claude
it should be LLM_API_KEY
: https://github.com/opendevin/opendevin?tab=readme-ov-file#picking-a-model
Make sure that you have set your OPENAI API Key
I did but it's not working with Claude
ensure this command prompt claude POST https://api.openai.com/v1/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d "{\"prompt\":\"Hello, world!\"}"
and replace YOUR_API_KEY
with your actual OpenAI API key.
This is looking like user error--we do need to rework the key/model interaction a bit though. E.g. only make models available if the user has plugged in a key, or prompt for a key when choosing a model.
I'll open a new issue