-
-
Notifications
You must be signed in to change notification settings - Fork 6
OpenAI.Response.CreateRaw
Andrew Lambert edited this page Jan 23, 2024
·
1 revision
Shared Function CreateRaw(Endpoint As String, RequestMethod As String = "GET") As MemoryBlock
Shared Function CreateRaw(Endpoint As String, Request As OpenAI.Request, RequestMethod As String = "POST") As MemoryBlock
Name | Type | Comment |
---|---|---|
Endpoint | String | An OpenAI endpoint to make a request of. |
RequestMethod | String | Optional. The HTTP request method to use. Defaults to GET . |
Name | Type | Comment |
---|---|---|
Endpoint | String | An OpenAI endpoint to make a request of. |
Request | Request | The request body to send. |
RequestMethod | String | Optional. The HTTP request method to use. Defaults to POST . |
Any data returned by the server, without processing, interpretation, or error checking.
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.