Deployment of my customized version from the Playground configured in Azure OpenAI Studio.

Ronald Bezerra 0 Reputation points
2024-12-09T17:22:30.91+00:00

I need to use my AI in my application, but it requires some custom configurations. Among these, I want to sync Azure AI Search so that my AI can leverage PDFs and documents for training and improve its responses. The solution I found is through the Playground in Azure OpenAI Studio. There, I can integrate with Azure AI Search, Blob Storage, upload files, and configure other settings.

The issue is that I can't use these configurations created in the Playground directly in my application. The only available option is to create a deployment for a web service, but this only generates a website, not an endpoint or a deployment that can be easily called via code. Does anyone know how to solve this problem? I just need to use the configurations created in the Playground in my application.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,453 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.