ImmediateContextStage |
ChatRuntimeSelectionStage.immediate() |
Requests will be synchronously blocking without streaming enabled.
|
ImmediateContextStage |
ChatRuntimeSelectionStage.immediate(Processing processing) |
Requests will be synchronously blocking and might utilize
server-sent events (real-time streaming).
|
static ImmediateContextStage |
Chat.simply() |
|
static ImmediateContextStage |
Chat.simply(SdkAuth auth) |
Authenticates against OpenAI API with an implementation of
SdkAuth and
preconfigures simple GPT35TurboModel for prompting.
|
ImmediateContextStage |
SimplifiedStage.simply() |
Go ahead to directly ask question by preconfiguring
the AI Model Type and the creativity level and receiving a synchronous
response
|