voiio / Sam

Sam – cuz your company is nothing without Sam
https://code.voiio.de/Sam/
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

✨ Provide full channel / group chat context #1

Closed codingjoe closed 11 months ago

codingjoe commented 11 months ago

User Story

As a user, I want Sam to listen in on the entire conversion that they are part of to feel an act just like a human would, but smarter. I want them to respond when mentioned by name.

Technical notes

OpenAIs Threads can hold unlimited messages. They will automatically shrink the context for a run, to fit the maximum token input size. The sizing is LRU.