blob: 41cb50fb1636d0ed4a50cebbc39858c2e5d9531c [file] [log] [blame]
#' Contains the package's base URLs
#'
#' @description
#' These are the base URLs for the `rgpt3` package. Do not change these!
#' @export
url.completions = "https://api.openai.com/v1/completions"
url.embeddings = "https://api.openai.com/v1/embeddings"
url.fine_tune = "https://api.openai.com/v1/fine-tunes"