matrixgpt / matrix-chatgpt-bot

Talk to ChatGPT via any Matrix client!
GNU Affero General Public License v3.0
234 stars 63 forks source link

Keyv fixes #106

Closed bertybuttface closed 1 year ago

bertybuttface commented 1 year ago

The two ChatGPT libraries we have been using handle Keyv storage shims slightly differently. This fixes the compatibility issue from moving libraries.

Right now Keyv adapters are pulling in quite a few dependencies. We need to solve this too.