blob: b78e21ef8b88bc9c8555d472d5dd86d0573bdb7e [file] [log] [blame]
ben-aaron18868434e42022-12-24 20:04:21 +01001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/request_prices.R
3\docType{data}
4\name{price_base_davinci}
5\alias{price_base_davinci}
6\title{Contains the pricing for completion requests (see: \url{https://openai.com/api/pricing/#faq-completions-pricing})}
7\format{
8An object of class \code{numeric} of length 1.
9}
10\usage{
11price_base_davinci
12}
13\description{
14These are the prices listed for 1k tokens of requests for the various models. These are needed for the \code{rgpt3_cost_estimate(...)} function.
15}
16\keyword{datasets}