ben-aaron188 | 3818e7c | 2022-09-08 17:49:01 +0200 | [diff] [blame] | 1 | #' 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 | ||||
6 | url.completions = "https://api.openai.com/v1/completions" | ||||
7 | url.embeddings = "https://api.openai.com/v1/embeddings" | ||||
8 | url.fine_tune = "https://api.openai.com/v1/fine-tunes" |