• 3 Posts
  • 80 Comments
Joined 2 years ago
cake
Cake day: July 13th, 2023

help-circle

  • Each API call has absolutely no idea of the previous context, the program that manages the chat simply inserts the whole history of the chat (or a ai-resumed one) inside each message.

    If you need 10 different roles then the program sends a single “system” prompt, with then 10 different “user” prompts with the different logic to execute (plus the context, if needed)