When asked to generate the same image again (tnyubot.jpg twice for example), it should never generate the same image twice.
The right way to do this would probably be to memoize the results of a given query (released periodically, every 5 minutes or so) and then delete the image from the query memo when it is used in chat
When asked to generate the same image again (tnyubot.jpg twice for example), it should never generate the same image twice.
The right way to do this would probably be to memoize the results of a given query (released periodically, every 5 minutes or so) and then delete the image from the query memo when it is used in chat