added new second gen embeddingsas default
diff --git a/man/price_base_davinci.Rd b/man/price_base_davinci.Rd
new file mode 100644
index 0000000..b78e21e
--- /dev/null
+++ b/man/price_base_davinci.Rd
@@ -0,0 +1,16 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/request_prices.R
+\docType{data}
+\name{price_base_davinci}
+\alias{price_base_davinci}
+\title{Contains the pricing for completion requests (see: \url{https://openai.com/api/pricing/#faq-completions-pricing})}
+\format{
+An object of class \code{numeric} of length 1.
+}
+\usage{
+price_base_davinci
+}
+\description{
+These are the prices listed for 1k tokens of requests for the various models. These are needed for the \code{rgpt3_cost_estimate(...)} function.
+}
+\keyword{datasets}