Azure OpenAI
OpenAI 번역 서비스는 Azure OpenAI 인터페이스와도 호환됩니다. 먼저 Azure 콘솔에서 OpenAI 서비스를 생성하고, Azure AI Studio로 이동하여 gpt-35-turbo 배포를 생성하고 배포 이름을 기억하세요.
gpt-35-turbo 모델을 배포한 후, 확장 프로그램의 Azure OpenAI 설정 페이지를 엽니다:
Api Key에는 Azure 콘솔에서 제공하는 Key를 입력하세요.
https://{resourceName}.openai.azure.com/openai/deployments/{modelName}/chat/completions?api-version=2024-07-01-preview
{resourceName}
은 리소스 이름이고, {modelName}
은 모델 이름입니다.
궁금한 점이 있다면, Azure AI Studio에서 PlayGround를 열고 【View Code】를 클릭하면 하단에 최종 【EndPoint】와 【Key】가 표시됩니다. 아래 이미지를 참조하세요: