blob: 41cb50fb1636d0ed4a50cebbc39858c2e5d9531c [file] [log] [blame]
ben-aaron1883818e7c2022-09-08 17:49:01 +02001#' Contains the package's base URLs
2#'
3#' @description
4#' These are the base URLs for the `rgpt3` package. Do not change these!
5#' @export
6url.completions = "https://api.openai.com/v1/completions"
7url.embeddings = "https://api.openai.com/v1/embeddings"
8url.fine_tune = "https://api.openai.com/v1/fine-tunes"