Kroshtan / project-botty

Implements a discord bot, customized for use on the "FASD Experience Experts" discord server.
GNU General Public License v3.0
1 stars 0 forks source link

Add caching to chatGPT calls #18

Open Kroshtan opened 7 months ago

Kroshtan commented 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.