Closed AndyPelaez closed 4 months ago
Can you try to configure with Gemini once if it's working or not. You can refer below template where you have to insert your gemini api key and gemini model name.
OPENDEVIN_WORKSPACE=$(pwd)/workspace
docker run -it \
--pull=always \
-e SANDBOX_USER_ID=$(id -u) \
-e PERSIST_SANDBOX="true" \
-e SSH_PASSWORD="make something up here" \
-e GEMINI_API_KEY="
Any errors in the browser console?
@AndyPelaez have you tried the last 0.7 tag and checking if it works with the new command on README?
App does not initialize on Mac OS
Describe your question
I used the command provided by the documentation to run the openDevin container, but the website does not initialize. I have checked all Mac OS requirements, and it keeps not initializing.
A clear and concise description of what you want to know
I need to test it on my local using GPT-4. How can I resolve this initialization issue?
Additional context
Console Output
Client Initializing message
Steps to reproduce
OPENDEVIN_WORKSPACE=$(pwd)/workspace docker run -it \ --pull=always \ -e SANDBOX_USER_ID=$(id -u) \ -e LLM_API_KEY="my-openai-key" \ -e PERSIST_SANDBOX="true" \ -e SSH_PASSWORD="make something up here" \ -e HF_HOME=/opt/workspace_base/.cache/huggingface/hub \ -e WORKSPACE_MOUNT_PATH=$OPENDEVIN_WORKSPACE \ -v $OPENDEVIN_WORKSPACE:/opt/workspace_base \ -v /var/run/docker.sock:/var/run/docker.sock \ -p 3000:3000 \ --add-host host.docker.internal:host-gateway \ --name opendevin-app-$(date +%Y%m%d%H%M%S) \ ghcr.io/opendevin/opendevin:0.6