Interface ILanguageModelConnection


public interface ILanguageModelConnection
Interface for language model connection configuration
  • Method Details

    • endpoint

      String endpoint()
      Get the endpoint for the language model API
      Returns:
      the endpoint
    • modelName

      String modelName()
      Get the model name for the language model API
      Returns:
      the model name
    • apiKeyName

      String apiKeyName()
      Get the API key name for the language model API
      Returns:
      the API key name
    • authorizationValue

      String authorizationValue()
      Get the authorization value for the language model API
      Returns:
      the authorization value
    • modelFormat

      String modelFormat()
      Get the model format for the language model API
      Returns:
      the model format
    • modelFormatParameters

      Properties modelFormatParameters()
      Get the model format parameters for the language model API
      Returns:
      the model format parameters