-
-
Notifications
You must be signed in to change notification settings - Fork 8
OpenAI.Response.Create
Andrew Lambert edited this page Feb 5, 2023
·
3 revisions
Shared Function Create(Endpoint As String) As OpenAI.Response
Shared Function Create(Endpoint As String, Request As OpenAI.Request) As OpenAI.Response
Name | Type | Comment |
---|---|---|
Endpoint | String | An OpenAI endpoint to make a GET request of. |
Name | Type | Comment |
---|---|---|
Endpoint | String | An OpenAI endpoint to make a POST request of. |
Request | Request | The request body to send. |
Returns a new instance of OpenAI.Response
containing the response to the query.
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.