-
-
Notifications
You must be signed in to change notification settings - Fork 6
OpenAI
Andrew Lambert edited this page Jan 27, 2024
·
16 revisions
Protected Module OpenAI
Contains all methods, properties, classes, etc. relating to OpenAI.
-
Private Const OPENAI_URL = "https://api.openai.com"
: The base URL of the OpenAI API -
Private Const USER_AGENT_STRING = "Xojo-OpenAI/0.1"
: The HTTP User-Agent string to use when making requests -
Private Const USE_MBS = False
: IfTrue
, the MBS libcurl plugin is enabled. -
Private Const USE_RBLIBCURL = False
: IfTrue
, the RB-libcURL wrapper is enabled (overridesUSE_MBS
).
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.