timucindusunur
timucindusunur
Hello, I am getting an error like this. 1. Max retries exceeded with url: /api/embeddings (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
root@DESKTOP-1TC1K9D:/home/timuc/OpenDevin# make run Running the app... make[1]: Entering directory '/home/timuc/OpenDevin' Starting backend... make[1]: Entering directory '/home/timuc/OpenDevin' Starting frontend... > [email protected] start > vite VITE v5.2.7 ready in 658 ms ➜...
PYTHONPATH="./" python opendevin/main.py -d ./workspace/ -i 100 -t "Write a bash script that prints hello world" The command line is working with Gemini AI, but it gives an error during...
error
/root/.local/share/virtualenvs/OpenDevin-vZQ1SGmD/lib/python3.11/site-packages/pydantic/_internal/_fields.py:151: UserWarning: Field "model_id" has conflict with protected namespace "model_". You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. warnings.warn(
(OpenDevin) timuc@DESKTOP-1TC1K9D:~/OpenDevin$ make run Running the app... Starting backend server... Waiting for the backend to start... /home/timuc/.local/share/virtualenvs/OpenDevin-vZQ1SGmD/lib/python3.11/site-packages/pydantic/_internal/_fields.py:151: UserWarning: Field "model_list" has conflict with protected namespace "model_". You may be able...