addModel
Method
interface OpenAIResource { // ... omitted for brevity addModel( name: string, model: string): OpenAIModelResource;}Signature
method
addModel builder Adds an OpenAI Model child to the provided OpenAI resource.
addModel( name: string, model: string): OpenAIModelResourceParameters
name string model string Returns
OpenAIModelResource Applies to
This method applies to the following types: