Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcushellberg/spring-boot-react-langchain-chatgpt

spring-boot-react-langchain-chatgpt
https://github.com/marcushellberg/spring-boot-react-langchain-chatgpt

Last synced: 30 days ago
JSON representation

spring-boot-react-langchain-chatgpt

Awesome Lists containing this project

README

        

# Demo app for building an AI chat with LangChain4j, Spring Boot, React, and Hilla

## Technologies used
- [LangChain4j](https://github.com/langchain4j)
- [Spring Boot](https://spring.io/projects/spring-boot)
- [React](https://react.dev)
- [Hilla](https://hilla.dev)

## Requirements
- Java 17+
- OpenAI API key in `OPENAI_API_KEY` environment variable.

## Running the app
Run the app by running `Application.java` in your IDE or with the default Maven command `mvn`.