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.
- Integration with Azure OpenAI for AI-powered responses.
- RESTful API built using Spring Boot.
- Easy configuration via
application.properties. - Maven-based project structure.
- Java 17 or higher.
- Maven installed on your machine.
- An Azure OpenAI Resource:
- API Key and Endpoint URL from Azure OpenAI.
git clone https://github.com/yourusername/spring-ai-azure-open-ai-demo.git
cd spring-ai-azure-open-ai-demo