Class GPTConfiguration


  • public class GPTConfiguration
    extends Object
    A configuration to use for accessing the external LLM service. That currently contains the API key for ChatGPT, but could later include information about which LLM to use, template language, rate limiting, etc. This can be a separate parameter to a request, or implicitly contained in a passed GPTChatRequest.