how to train azure openai gpt model based on users feedback without buiding custom model

Chebolu Sai Manasa 130 Reputation points
2024-02-27T09:48:37.9666667+00:00

i have a chat application that uses azure ai search and azure openai gpt3.5 model to get the responses from enterprise data,i have added like and dislike button to each response and iam storing feedback from the users along with prompt and response, now i want to train my model based on feedback given by user so that next time model won't repeat that,so how can i achieve this? without building any custom model is there any way to train my model based on users feedback

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

Accepted answer
  1. Saurabh Sharma 23,851 Reputation points Microsoft Employee Moderator
    2024-02-27T23:22:22.05+00:00

    Hi @Chebolu Sai Manasa
    Welcome to Microsoft Q&A! Thanks for posting the question.

    This is not possible without building any custom model based on the stored like or dislike responses. You may try to check if Prompt flow in Azure AI Studio helps but AFAIK you may have to create custom models in the prompt flow for your purposes.

    Please let me know if you have any other questions. Thanks

    Saurabh Please 'Accept as answer' and Upvote if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.