get_available_models {gptstudio}R Documentation

List supported models

Description

Get a list of the models supported by the OpenAI API.

Usage

get_available_models(service)

Arguments

service

The API service

Value

A character vector

Examples

## Not run: 
get_available_models()

## End(Not run)

[Package gptstudio version 0.4.0 Index]