Skip to content
Andrew Lambert edited this page Jan 27, 2024 · 16 revisions

OpenAI

Module declaration

 Protected Module OpenAI

Remarks

Contains all methods, properties, classes, etc. relating to OpenAI.

Classes

Enumerations

Properties

Constants

  • 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: If True, the MBS libcurl plugin is enabled.
  • Private Const USE_RBLIBCURL = False: If True, the RB-libcURL wrapper is enabled (overrides USE_MBS).
Clone this wiki locally