Hadi Nayebi

Results 2 comments of Hadi Nayebi

I was getting the same error, with the following .env file: OPENAI_API_KEY="sk-" WORKSPACE_DIR="./workspace" LLM_MODEL="gpt-3.5-turbo" LLM_EMBEDDING_MODEL="openai" After, restarting both servers: 1. uvicorn opendevin.server.listen:app --port 3000 2. npm start -- --port 3001...

I also face this fail many times: The SEARCH section must exactly match an existing block of lines including all white space, comments, indentation, docstrings, etc I am not sure...