haacked / ai-demo

Demo of Open AI with ASP.NET Blazor
14 stars 10 forks source link

Implement Redis cache for chat history #69

Closed haacked closed 3 months ago

haacked commented 3 months ago

This uses the StackExchange Redis Aspire component to add persistent redis caching for chat messages.