Work on your own data - hide the references link from the response

YR-9279 10 Reputation points
2023-11-16T10:40:57.2933333+00:00

I have linked my data to the model, which consists of PDF files containing comprehensive details of the employees. My goal is to enable company employees to conveniently access the contact information of their colleagues via the chat. Currently, the chat responses include references that contain the PDF with the list of all employees. I would prefer if the chat did not display these references. Is this feasible? Thanks

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

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,641 Reputation points Microsoft Employee
    2023-11-16T13:59:56.0533333+00:00

    @YR-9279 There is no way to alter the response from the service with parameters and the recommendation would be to proxy requests to the service when exposing it to users which allows protecting your service endpoint, API Keys, and add additional functionality.

    With your own proxy, you can control what part of the response you send back to your users and remove the references there.

    0 comments No comments

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.