Skip to content

shinyay/getting-started-with-azure-openai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Azure OpenAI and Spring

This project is a sample application for Spring AI and Azure OpenAI.

Description

The detailed procedure is written in the following document:

Demo

Start from ctrl + shift + p and select Dev Container: Rebuid and Reopen in Container

Reset Project

  • Remove the following files and directories
git rm workspace/src/main/java/com/microsoft/shinyay/ai/SimpleAiController.java
git rm workspace/src/main/java/com/microsoft/shinyay/ai/SimpleViewController.java
git rm -r workspace/src/main/resources/templates
git rm -r workspace/src/main/resources/static
  • Blank the following files

    • workspace/src/main/resources/application.yml
  • Edit pom.xml to its initial state

    • Remove the following dependencies
      • spring-boot-starter-web
      • spring-boot-starter-thymeleaf
    • Change Spring Boot version to 3.2.6
    • Change Spring AI version to 0.8.1
    • Change Artifact ID to demo
    • Change Application Name to demo
    • Change Group ID to com.example

Features

  • feature:1
  • feature:2

Requirement

Prerequisites

Usage

Installation

References

Licence

Released under the MIT license

Author

About

Getting Started with Azure OpenAI and Spring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published