static ChatCompletionService.Builder |
ChatCompletionService.builder() |
Get a builder for creating a ChatCompletionService.
|
ChatCompletionService.Builder |
ChatCompletionService.Builder.withModelId(String modelId) |
Sets the model ID to use with the ChatCompletion service.
|
ChatCompletionService.Builder |
ChatCompletionService.Builder.withOpenAIAsyncClient(com.azure.ai.openai.OpenAIAsyncClient openAIClient) |
Sets the OpenAIClient to use for communication with the ChatCompletion service.
|
ChatCompletionService.Builder |
ChatCompletionService.Builder.withServiceId(String serviceId) |
Sets the service ID to use with the ChatCompletion service.
|