Hello,
I am running a News Website and using ChatGPT to generate articles by extracting feed titles from various news sources and rewriting it using ChatGPT.
I am using the following article assignment -
Generate an informative article on the topic, and break it into three paragraphs:
%post_title%
In 98% of cases, it’s working perfectly fine. But in cases of events that occurred on specific dates, it’s generating the wrong date in the article. For example -
An event occurred on 5th April 2023. If a similar event happened in the past, it’s writing an article on that previous event and previous event details by searching the internet.
How do I correct this? If anyone could guide me