marcominerva/ChatGptNet

Provide an abstraction for caching

marcominerva opened this issue · 0 comments

Currently, conversation history is handled using IMemoryCache. It is necessary to provide an abstraction that allows to replace the default implementation with a custom one.

This task requires #62.