Uses of Class
bg.codexio.ai.openai.api.sdk.chat.AIModelStage
-
Packages that use AIModelStage Package Description bg.codexio.ai.openai.api.sdk.chat -
-
Uses of AIModelStage in bg.codexio.ai.openai.api.sdk.chat
Methods in bg.codexio.ai.openai.api.sdk.chat that return AIModelStage Modifier and Type Method Description static AIModelStageChat. throughHttp(ChatHttpExecutor httpExecutor)Methods in bg.codexio.ai.openai.api.sdk.chat that return types with arguments of type AIModelStage Modifier and Type Method Description static HttpBuilder<AIModelStage>Chat. authenticate(HttpExecutorContext context)static HttpBuilder<AIModelStage>Chat. authenticate(SdkAuth auth)Authenticates against OpenAI API with an implementation ofSdkAuth.static HttpBuilder<AIModelStage>Chat. defaults()Authenticates against OpenAPI with the first success fromFromEnvironmentandFromJson
authentication methods.
-