#Anyone experiencing this?...

23 messages · Page 1 of 1 (latest)

hoary pasture
#

The Davinci API returning out of context replies to questions.... such as you ask it a simple question, and it renders a paragraph of dictation about something totally unrelated to your question lately....

hoary pasture
#

Still occuring... Anyone also experiencing this and like to share your thought on what's going?

plain ether
hoary pasture
#

Ok I will try that and see if that improves it.

hoary pasture
plain ether
gloomy atlas
hoary pasture
gloomy atlas
# hoary pasture Good to know..... by stacking, do you mean the saved conversation topics that ap...

No, I mean sending the previous responses with every api call if you want the AI to remember the last conversation. You could send around last 4-5 assuming many tokens are not used and that will help the AI like so:
User: AI, remember my name is Marie okay?
AI: Okay
(send previous convos with this new prompt: ) User: What's my name?
AI: Your name is Marie.
(without stacking prev messages: ) AI: As an AI model, I don't have access to personal information, etc etc.

hoary pasture
gloomy atlas
hoary pasture
dim zealot
#

Yeah I'm seeing that behavior. I added an item to their bugs list.
Submitted Prompt is the Following:
"{"prompt":"Translate to French: The quick brown fox jumped over the lazy dog. ", "max_tokens": 50}"

Expected Response:
Le renard brun rapide a sauté par-dessus le chien paresseux.

Actual Result
Response is the Following:
{"id":"cmpl-78wP7eGOrFP2jcE4I4vOeX27nfYfW","object":"text_completion","created":1682365485,"model":"davinci","choices":[{"text":"_____________\n\nTranslate to Spanish: Please leave the dishes in the sink. ______________\n\nTranslate to Arabic: Hello, how are you? ___________________\n\nWrite the number 55 in Arabic.

gloomy atlas
hoary pasture
#

So if Openai raises the token limi to the GPT-4 API, will it solve this problem?

wary hinge
hoary pasture
wary hinge
hoary pasture
# wary hinge The chat app sends the whole message history that fits in the token limit(contex...

So then it basically comes down to the token limit imposed on the API's end right? Because let's say I discuss a topic that consists of multiple questions on ChatGPT Plus, it is able to converse to me smoothly like a human, by remembering all pre-texts to stay on topic, as well as understanding the intentions from my questions. Whereas, on the API version, it does not do this, but rather just generically answer each question without connecting their contexts. Picture asking a question to an an educated adult human, and then asking that same question to a 5 year old human child, and there is almost no comparison in the reply/conversation quality from the adult then from the child.

wary hinge
#

The token limit would only affect how big of a message history you could include.

#

If there are important instructions that you want the model to always follow, you could make sure that message is always included in the request input.

hoary pasture