#What happened to history and context parameters?

24 messages · Page 1 of 1 (latest)

lost marlin
#

In order to get around some of the challenges I am facing, I'd like to use the prompt or history parameters that ChatGPT often recommends when I ask it how to do certain tasks but it looks like those features are unavailable. Can someone please tell us when and if either of these features are scheduled to return?

tawdry cypress
#

Can you show me what it says about the history parameter? Afaik, there is no history parameter or a way to provide "context" to the model apart from the actual prompt itself

frosty haven
#

When did you use context and history? as far as I know it was never part of it

wheat swallow
lost marlin
#

Unfortunately it gives me a different response each time I ask but several times ChatGPT has mentioned context and history parameters. Now it's telling me about a conversation_id which probably doesn't exist either.

tawdry cypress
#

Yeah, don't use ChatGPT to do development with the apis lol it just makes things up

#

conversation_id doesn't exist

lost marlin
#

Yeah, it's not very helpful in this case.

fiery kestrelBOT
#

@lost marlin - High-risk word(s) or topic(s) detected

Brian Berneker's message blocked by AutoMod

We are committed to fostering a positive atmosphere and have implemented additional filters to block any inappropriate or disruptive language and topics.

lost marlin
#

It seems to be pretty firmly opinionated on the existence of these parameters at the time of its creation, so I think they were removed at some point. It's a shame, because they would be very useful.

tawdry cypress
#

No, I don't think they were removed at any point, these sort of parameters never existed, it's hallucinating information to serve your request even though the information is not factual

wheat swallow
#

yes, it's AI fantasy. It was quite convincing to me too, it said you have to use the sessionid to continue the thread and gave the code to it :DDD

charred sparrow
tawdry cypress
charred sparrow
#

@tawdry cypress is this on a different version maybe?

#

Oh it's being polite so it sounds like it knows you lol I got it

#

It's programed to be relatable so providing a sense of context helps someone feel heard

#

Which is why it appears as tho its being different.. Nice

lost marlin
#

I interrogated it pretty hard and at seemed quite adamant that these features existed in the documentation at one time or another. My guess is that this functionality was either removed, or perhaps never intended for public use. It isn't too hard to imagine that such endpoints might be in use in something like ChatGPT which maintains a conversation history. (time to snoop the network tab in my browser!!)

That said, there is a library called GPT Index which seems to overcome this challenge quite handily.

https://gpt-index.readthedocs.io/en/latest/

tawdry cypress
#

gpt-index is great! I use it in a project currently