Handling current date and time for gpt 3.5

Personally I would just tell the bot to put a place holder value for the date. In python it would be something like {{date_time_placeholder}} (jinja2 format) and then you post process the response before you send it to the customer.

Python Templating Primer

3 Likes