Uses of Class
de.xima.fc.prompt.ms.impl.service.generic_oai.client.GenericOaiClientConfig.Builder
Packages that use GenericOaiClientConfig.Builder
-
Uses of GenericOaiClientConfig.Builder in de.xima.fc.prompt.ms.impl.service.generic_oai.client
Methods in de.xima.fc.prompt.ms.impl.service.generic_oai.client that return GenericOaiClientConfig.BuilderModifier and TypeMethodDescriptionSets the API key for authenticating with the Generic OAI API.Sets the URL to the Generic OAI API.GenericOaiClientConfig.builder()Creates a new builder forGenericOaiClientConfig.GenericOaiClientConfig.Builder.connectTimeout(Duration connectTimeout) Sets the connect timeout for connections to the prompt service.GenericOaiClientConfig.Builder.fileStorage(GenericOaiFileStorage fileStorage) Sets the file storage to use for managing files sent to the prompt service and returned by it.GenericOaiClientConfig.Builder.readTimeout(Duration readTimeout) Sets the read timeout for connections to the prompt service.GenericOaiClientConfig.Builder.sslContextSupplier(Supplier<SSLContext> sslContextSupplier) Sets the SSL context supplier for the connection to the Generic OAI API.