Skip to content

스프링 부트와 Azure OpenAI API 연동 연습을 위한 레포지토리

Notifications You must be signed in to change notification settings

00blowup/2024azureaidemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

스프링 부트 서버 - Azure AI 연동 데모

개요

스프링 부트 기반 백엔드 서버에 Azure OpenAI API를 연동하는 데모 프로젝트.
Azure OpenAI API key 및 엔드포인트 등의 비공개 정보를 담은 변수는 application.properties에 작성한 뒤 코드 상에서 @Value 어노테이션으로 불러와 사용함. application.properties는 본 원격 리포지토리에 업로드되어있지 않음.

참고한 사이트

디펜던시
https://mvnrepository.com/artifact/com.azure/azure-ai-openai

맥북 스프링, 그레이들, 자바 설정 중 마주친 문제 해결
https://blog.naver.com/PostView.naver?blogId=tofhadl529&logNo=222374497101

스프링 부트에서 Azure Open AI를 사용하는 법에 관한 공식문서
https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/openai/azure-ai-openai/README.md
https://techcommunity.microsoft.com/t5/apps-on-azure-blog/building-intelligent-spring-apps-with-azure-openai/ba-p/3857203

About

스프링 부트와 Azure OpenAI API 연동 연습을 위한 레포지토리

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages