base_api {openaistream}R Documentation

base_api Class

Description

base_api Class

base_api Class

Methods

Public 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.


[Package openaistream version 0.2.0 Index]