blob: 5b1b9ee67f11dfa385cbbf5cc4d2c19c24639ac4 [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"
ben-aaron188ad8b3f32023-03-05 20:22:57 +01009url.chat_completions = "https://api.openai.com/v1/chat/completions"