#Project question / oppinions

2 messages · Page 1 of 1 (latest)

runic plinth
#

Hey! I am working on an AI Chatbot for my discord server that stores users and their messages, and times they were sent in a database, and using that database I would like for the bot to be familiarized with each member and be able to ask questions about historical chats and stuff to it. To my knowledge the best wat of achieving this would be embeddings? I would love to hear your opinions!

inland finch
#

This sounds like a good use case for chat completions. Have a shared system message, but have the messages parameter be made of X most recent chats based on token size limits.