blob: c93de16124e98ec6aaf183b9fac6e7a6b496c080 [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 = "http://compute:8000/v1/completions"
url.embeddings = "http://compute:8000/v1/embeddings"
url.fine_tune = "http://compute:8000/v1/fine-tunes"
url.chat_completions = "http://compute:8000/v1/chat/completions"