Robert Brennan 9fd7068204
Fix for setting LLM model, frontend settings refactor (#1169)
* simplify frontend settings management

* add debug info to llm.py

* always reinitialize agent

* remove old config stuff

* delint

* fix first initialize event

* refactor settings management

* remove logs

* change endpoint to remove litellm reference

* actually fix socket issues

* refactor a bit

* delint

* remove isFirstRun

* delint

* delint python

* fix export

* fix up socket handshake

* fix types

* fix lint errors

* delint

* fix test names

* moar lint

* fix build errors

* remove newline

* Update frontend/src/services/settingsService.test.ts

* Update frontend/src/services/settingsService.test.ts
2024-04-17 17:49:38 +00:00
..
2024-04-07 13:21:07 -05:00

OpenDevin mock server

This is a simple mock server to facilitate development in the frontend.

Start the Server

Follow the instructions in the README to install dependencies. Then run:

python listen.py

Then open the frontend to connect to the mock server. It will simply reply to every received message.