Knowledgebase is out of date

When asking the AI a question like “who is the president of the United States?” the AI replies that Donald Trump is the president of the United States. Seems like this is an old copy of a knowledgebase? This must be true because I also asked the AI what year it is and it said 2020.

Q: Who is the president?
A: Donald Trump is the current president of the United States.

Q: What year is it?
A: It is currently 2020.

Q: Is queen elizabeth alive?
A: Yes, Queen Elizabeth II is alive and is the current reigning monarch of the United Kingdom.

Edit: just realized there are multiple AI models to choose from, the one with this problem is “text-davinci-002”

There is not such thing as a “knowledge base” if you mean some separate store of facts.
You have to implement that.

1 Like

Each model has been trained on data up to a certain date. You can view the date that the training data ends for each model in the table here:

1 Like

How about time calculations, how to know what day of the month will be next week, wouldn’t it be possible for example?

This is my request:
{
“model”: “text-davinci-003”,
“prompt”: “Assuming today is January 25, 2023, what day will the next Friday?”,
“temperature”: 1,
“max_tokens”: 256
}

All calculations return February 1, 2023.