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

https://github.com/knowledgefactory4u/spring-ai-azure-open-ai-demo


https://github.com/knowledgefactory4u/spring-ai-azure-open-ai-demo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Spring AI Azure OpenAI Demo

This project demonstrates how to build an AI-driven application using **Spring Boot** and **Azure OpenAI** services. It provides a REST API to interact with OpenAI models, such as GPT-4, for intelligent responses.

---

## Features

- Integration with Azure OpenAI for AI-powered responses.
- RESTful API built using Spring Boot.
- Easy configuration via `application.properties`.
- Maven-based project structure.

---

## Prerequisites

1. **Java 17** or higher.
2. **Maven** installed on your machine.
3. An **Azure OpenAI Resource**:
- API Key and Endpoint URL from Azure OpenAI.

---

## Getting Started

### 1. Clone the Repository
```bash
git clone https://github.com/yourusername/spring-ai-azure-open-ai-demo.git
cd spring-ai-azure-open-ai-demo