Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samie/spring-ai-chat
Minimal chat application using Spring AI.
https://github.com/samie/spring-ai-chat
java spring-ai spring-ai-openai spring-boot vaadin
Last synced: 21 days ago
JSON representation
Minimal chat application using Spring AI.
- Host: GitHub
- URL: https://github.com/samie/spring-ai-chat
- Owner: samie
- Created: 2024-04-24T14:40:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T18:34:22.000Z (4 months ago)
- Last Synced: 2024-07-14T19:54:08.065Z (4 months ago)
- Topics: java, spring-ai, spring-ai-openai, spring-boot, vaadin
- Language: Java
- Homepage:
- Size: 103 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Chat application using Spring AI
This project is a Spring Boot application that integrates a Chat UI powered by OpenAI using Vaadin. It provides a responsive interface for interacting with OpenAI's conversational models.
## Features
- Full-stack application with Vaadin frontend and Spring Boot backend.
- Real-time chatting capability using OpenAI.
- Dynamic message streaming and display of Markdown.## Prerequisites
- JDK 17 or later
- Maven 3.6 or later## Running the Application
```
OPENAI_API_KEY= mvn spring-boot:run
```