Interface GPTInternalOpenAIHelper

  • All Known Implementing Classes:
    GPTChatCompletionServiceImpl

    public interface GPTInternalOpenAIHelper
    Helpers for implementation in this package.
    • Method Detail

      • isEnabled

        boolean isEnabled​(GPTConfiguration gptConfig)
        Checks whether ChatGPT is generally and whether gptConfig enables executing GPT calls. (That is currently whether there is an api key either globally or in the gptConfig).