Merge pull request #23 from h1ddenpr0cess20/dev

bug fix in in custom function
This commit is contained in:
Dustin
2024-08-12 14:03:11 -04:00
committed by GitHub

View File

@@ -157,7 +157,8 @@ class ollamarama:
await self.messages[channel][sender].clear()
except:
pass
await self.add_history("system", channel, sender, prompt)
await self.add_history("system", channel, sender, prompt)
await self.add_history("user", channel, sender, "introduce yourself")
# tracks the messages in channels
async def message_callback(self, room: MatrixRoom, event: RoomMessageText):