Hey!
I’m a freelance developer and tutor, I am using AI in my Discord server to respond in a questions channel, and allow me to click on messages elsewhere and the bot will generate a response.
( Basically, to deal with occasions where people ask questions which are clearly answerable. )
I have a portfolio, which I’ve literally fed it into the string. For example.
“Your Portfolio: (insert large string here), generate a short and professional response to {message.content} Response:”
This is costing a lot of tokens, but it works.
Additionally, I would like to be able to add more pages to my portfolio so it can help with more questions.
Do I just keep adding onto the string, or am I missing something obvious?
I’m using an API block on BotGhost, I can use python / lua discordia if absolutely needed, but I prefer that I can keep it all on a POST request.
Thank you
(Im not looking to be more organized here, I’m looking to use less tokens)