- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9
OpenAI.Model.Lookup
        Andrew Lambert edited this page Jan 31, 2023 
        ·
        2 revisions
      
     Shared Function Lookup(ModelName As String) As OpenAI.Model
 Shared Function Lookup(Index As Integer) As OpenAI.Model| Name | Type | Comment | 
|---|---|---|
| ModelName | String | The name of the Modelto retrieve. If no model matches the name then the return value isNil | 
| Name | Type | Comment | 
|---|---|---|
| Index | Integer | The index of the Modelto retrieve. If the index is invalid then anOutOfBoundsExceptionwill be raised. | 
An instance of OpenAI.Model representing the requested AI model.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2023-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.