mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
* Send initialization arguments only when stored in localStorage * Fix mock default-model path
OpenDevin mock server
This is a simple mock server to facilitate development in the frontend.
Start the Server
python -m pip install -r requirements.txt
python listen.py
Then open the frontend to connect to the mock server. It will simply reply to every received message.