Uses of Class
org.machanism.machai.ai.provider.openai.OpenAIProvider
Packages that use OpenAIProvider
Package
Description
Defines the provider abstraction layer used by MachAI to integrate with concrete
generative AI services.
-
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 a request timeout in seconds for new clients created by this provider.