| #' 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" |