blob: 5b1b9ee67f11dfa385cbbf5cc4d2c19c24639ac4 [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"
url.chat_completions = "https://api.openai.com/v1/chat/completions"