alan-turing-institute / reginald

Reginald repository for REG Hack Week 23
3 stars 0 forks source link

Add user specific chat engines #93

Closed rwood-97 closed 12 months ago

rwood-97 commented 12 months ago

This PR ensures each user has their own chat engine and so their own chat history.

This is done by using a dict where each user id is a key whose value is their chat engine.

rwood-97 commented 12 months ago

Fixes #86 and #70