I have been tasked in integrating GPT as a consultant on a website. It is supposed to use a manual I have been provided with, but I don't know how to give the manual to it.
The only solution I have is to send the manual as a message with {role: "system", content: "You answer according to the following manual: ~manual~"}
. The problem here is the token limit. Is there a better way to give GPT a material it should base the answer on?