michaelthwan / searchGPT

Grounded search engine (i.e. with source reference) based on LLM / ChatGPT / OpenAI API. It supports web search, file content search etc.
MIT License
600 stars 62 forks source link

Wrong time perception in answers by ChatGPT. #80

Closed kostum123 closed 4 days ago

kostum123 commented 1 year ago

I think CHATGPT writes as if it is September 2021 because we do not specify the current time in the promt. This problem can be solved with a python script that will pull the current time information from a dual redundant NTP server and keep it updated daily in the promt. The easy solution would be to add the current date to the promt in this way: The current date: (currentDate).

michaelthwan commented 1 year ago

@kostum123 About 3 people report that and I will see if it can be handled easily