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

https://github.com/erokkumar/chatbot

Spring AI
https://github.com/erokkumar/chatbot

Last synced: 11 months ago
JSON representation

Spring AI

Awesome Lists containing this project

README

          

# 🤖 Spring AI Chatbot

A powerful and customizable chatbot built using **Spring Boot + Spring AI + OpenAI **, capable of integrating with OpenAI, Azure, HuggingFace, and other providers. Ideal for customer support, knowledge bases, and interactive applications.

This is Only Backends

## 🚀 Features

- ✅ Built with Spring Boot & Spring AI
- 🧠 Supports OpenAI, HuggingFace, Azure OpenAI
- 💬 Handles user prompts and AI responses
- 🔌 Easily pluggable with frontend (React, HTML, etc.)
- 🌐 REST API for chatbot interaction
- 📦 Supports environment-based configuration

## 📄 License

This project is licensed under the [MIT License](LICENSE) © 2025 Rohit Kumar.

---

## 📁 Project Structure

```bash
spring-ai-chatbot/
├── src/
│ ├── main/
│ │ ├── java/com/yourcompany/chatbot/
│ │ │ ├── controller/
│ │ │ ├── service/
│ │ │ └── config/
│ │ └── resources/
│ │ └── application.yml
├── pom.xml
└── README.md

---