Learn R Programming

openaistream (version 0.2.0)

base_api: base_api Class

Description

base_api Class

base_api Class

Arguments

Methods


Method new()

Initialize the OpenAI API interface with the provided API key and other.

Usage

base_api$new(etc)

Arguments

etc

Config.


Method clone()

The objects of this class are cloneable with this method.

Usage

base_api$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.