blob: c93de16124e98ec6aaf183b9fac6e7a6b496c080 [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
Marc Kupietz7cc206e2023-09-18 11:47:30 +02006url.completions = "http://compute:8000/v1/completions"
7url.embeddings = "http://compute:8000/v1/embeddings"
8url.fine_tune = "http://compute:8000/v1/fine-tunes"
9url.chat_completions = "http://compute:8000/v1/chat/completions"