How does the ChatGPT api act behind the parameter "past messages included"?

Iris Wu 10 Reputation points
2023-05-10T09:32:53.4566667+00:00

I noticed that there is a setting named 'past messages included' in Azure OpenAI Studio ChatGPT playground, but didn't find any documentation on how it works.

Could you please explain the underneath logic of this setting? How is the past message included when sent to GPT?

Thanks.

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

1 answer

Sort by: Most helpful
  1. Rpoon@abrs.edu.hk (PrgDirector) 1 Reputation point
    2023-07-14T16:27:02.9133333+00:00

    I guess it is like every time you ask/talk, for up to how long ago you want Chat GPT to refer to the history: every human has a limit, and for machine AI, what is the context (other than your latest question as input).

    the longer you request, the higher the overhead, but probably the highest accuracy - but could be some drawback - as human sometimes want to forget the past and move forward.

    Anyway, like the "context" + "new input" to your new programming command for the algorithm to recompute


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.