- backend: Contains the Spring Boot application.
- frontend: Contains the React application.
Currently, this project supports only azure openai deployments as LLM backend.
To point this app to your deployment, you need to set the following application.yml
properties:
merlin:
azure:
key: your-openai-api-key
url: your-openai-api-url
Start the application:
./gradlew run
and visit http://localhost:8080