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
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/spring-ai-azure-open-ai-demo
- Owner: knowledgefactory4u
- Created: 2025-01-24T23:56:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T23:58:32.000Z (5 months ago)
- Last Synced: 2025-01-25T00:26:07.670Z (5 months ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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