Uses of Class
bg.codexio.ai.openai.api.sdk.chat.AIModelStage
Packages that use AIModelStage
-
Uses of AIModelStage in bg.codexio.ai.openai.api.sdk.chat
Methods in bg.codexio.ai.openai.api.sdk.chat that return AIModelStageModifier and TypeMethodDescriptionstatic AIModelStageChat.throughHttp(ChatHttpExecutor httpExecutor) Methods in bg.codexio.ai.openai.api.sdk.chat that return types with arguments of type AIModelStageModifier and TypeMethodDescriptionstatic 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.