Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcushellberg/spring-boot-react-langchain-chatgpt
- Owner: marcushellberg
- License: unlicense
- Created: 2023-09-25T23:22:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T23:09:52.000Z (12 months ago)
- Last Synced: 2024-10-05T08:20:35.054Z (about 1 month ago)
- Language: TypeScript
- Size: 365 KB
- Stars: 24
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`.