InferenceOperations interface
Inference operations interface for AI projects.
Properties
| azure |
Get Azure OpenAI client for making Azure OpenAI requests. |
Property Details
azureOpenAI
Get Azure OpenAI client for making Azure OpenAI requests.
azureOpenAI: (options?: AzureOpenAIClientOptions) => Promise<AzureOpenAI>
Property Value
(options?: AzureOpenAIClientOptions) => Promise<AzureOpenAI>