OpenHands
OpenHands copied to clipboard
[Bug]: Oops. Something went wrong: File not found: README.md
Is there an existing issue for the same bug?
- [X] I have checked the troubleshooting document at https://github.com/OpenDevin/OpenDevin/blob/main/docs/guides/Troubleshooting.md
- [X] I have checked the existing issues.
Describe the bug
When I try to run OpenDevin with a local LLM running on koboldcpp. The LLM is llama-3-8B. It prints out:
"Opendevin returns: Oops. Something went wrong: File not found: README.md"
Prompt: "Write a c++ program that outputs numbers 0 to 100."
Current Version
0.3.1
Installation and Configuration
config.toml
LLM_BASE_URL="http://192.168.73.56:5001/v1"
LLM_API_KEY="11111111111111111111"
LLM_EMBEDDING_MODEL="local"
WORKSPACE_BASE="./workspace/"
I modified the Makefile to start the frontend with the --host 0.0.0.0 argument.
Model and Agent
No response
Reproduction Steps
No response
Logs, Errors, Screenshots, and Additional Context
"Opendevin returns: Oops. Something went wrong: File not found: README.md"
@Stargate256 any reason you're running outside docker?
Where exactly are you seeing this log? Can you help us out with more repro steps?
"Opendevin returns: Oops. Something went wrong: File not found: README.md"
Closing due to inactivity