Uses of Class
org.machanism.machai.ai.provider.impl.OpenAIProvider
Packages that use OpenAIProvider
Package
Description
Defines the provider abstraction layer used by Machai to integrate with
concrete generative AI platforms through a consistent application-facing API.
-
Uses of OpenAIProvider in org.machanism.machai.ai.provider
Methods in org.machanism.machai.ai.provider with parameters of type OpenAIProviderModifier and TypeMethodDescriptionvoidAbstractAIProvider.setTimeout(long timeout, OpenAIProvider openAIProvider) Sets the timeout value used by provider client creation.