-2

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?

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
SevenWare
  • 17
  • 4
  • relevant link: https://meta.stackexchange.com/questions/390463/starting-the-prompt-design-site-a-new-home-in-our-stack-exchange-neighborhood – Mark Jun 30 '23 at 12:23

1 Answers1

0

You're looking for the Cognitive Search feature of azure API: https://learn.microsoft.com/en-us/azure/search/search-what-is-azure-search

Jannchie
  • 690
  • 6
  • 18