Class SimpleOpenAIAnyscale


  • public class SimpleOpenAIAnyscale
    extends BaseSimpleOpenAI
    The Anyscale OpenAI implementation which implements a subset of the standard services.
    • Constructor Detail

      • SimpleOpenAIAnyscale

        public SimpleOpenAIAnyscale​(@NonNull
                                    @NonNull String apiKey,
                                    String baseUrl,
                                    HttpClient httpClient)
        Constructor used to generate a builder.
        Parameters:
        apiKey - Identifier to be used for authentication. Mandatory.
        baseUrl - Host's url. Optional.
        httpClient - A HttpClient object. One is created by default if not provided. Optional.