Jim Su 0c00e84e77
Send initialization arguments only when stored in localStorage (#618)
* Send initialization arguments only when stored in localStorage

* Fix mock default-model path
2024-04-03 13:56:47 -04:00
..
2024-03-26 16:15:20 -04:00

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.