ben-aaron188 | 68434e4 | 2022-12-24 20:04:21 +0100 | [diff] [blame^] | 1 | % 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{ |
| 8 | An object of class \code{numeric} of length 1. |
| 9 | } |
| 10 | \usage{ |
| 11 | price_base_davinci |
| 12 | } |
| 13 | \description{ |
| 14 | These 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} |