Hello, I am trying to create a discord bot that uses the davinci model to talk to users about a worldbuilding project I am working on. The goal is that the bot is familiar with all the writing in the world and thus is an "expert" and can have natural dialogue that is informed by the writing. Here are my two issues:
- The text (around 7000 words currently) is too large to be put into the prompt of a normal davinci model
- The text is not in a format that is acceptable for fine tuning (its not in a "prompt" "completion" set, its only a story)
This left me with the choice of either finding another way to familiarize the bot with the writing in a way I dont know of or put the writing into a format with fine-tuning. I have been using chatgpt to generate data based on the story but it is slow and cumbersome. Is there a better way to either translate my story into this prompt/completion set or a different method for the bot to become familiar with all the work?
couldn't you just tell the bot to reference it? Just like you can ask the chat bot to quote the information for you?