Open Kroshtan opened 7 months ago
Add caching to all ChatGPT API calls. Can be in database, or in a dict in memory for temp caching, using message_id as key and the ChatGPT response as value.
message_id
Add caching to all ChatGPT API calls. Can be in database, or in a dict in memory for temp caching, using
message_id
as key and the ChatGPT response as value.