-
-
Notifications
You must be signed in to change notification settings - Fork 6
OpenAI.Model.Operator_Convert
Andrew Lambert edited this page Jul 7, 2024
·
1 revision
Sub Operator_Convert(FromName As String)
Name | Type | Comment |
---|---|---|
FromName | String | The name of the Model. For example, "gpt-4" . |
Creates an instance of Model
from the specified model name. If the FromName
is not a valid model name then an exception will be raised.
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.