#prompt design or fine-tune

1 messages · Page 1 of 1 (latest)

proper elk
#

Hello, so I currently want to work on a chatbot discord bot using OpenAI GPT-3 (preferably davinci-3). The way this works is we specify the location we want to enter then the AI will give completions of narrative stories about what happen there in there future (e.g 2034). Then, we can also do actions and the AI will give narrative stories about it (which means that the AI will have to remember past conversations)

How do you think it’s best to develop, with just prompt design or fine-tune? Since as I heard fine-tuning a chatbot requires tons of data to train. Yet It may save us tokens, but may or may not be reasonable?

I want the chatbot to have the same tone of language whenever it replies, like this some kind of constraint of how it should reply.

I’m new to this so I’m looking forward to any insights you give me. Thank you!