commit | 3818e7c6b90235129e727267f2fd2c55cfd60853 | [log] [tgz] |
---|---|---|
author | ben-aaron188 <ben-aaron188@users.noreply.github.com> | Thu Sep 08 17:49:01 2022 +0200 |
committer | ben-aaron188 <ben-aaron188@users.noreply.github.com> | Thu Sep 08 17:49:01 2022 +0200 |
tree | f14f664d151ad15c34d03290102a4031fb8050e8 | |
parent | 4b37b0da58eadae7189c31800e2af4cab5d10454 [diff] [blame] |
basic package setup
diff --git a/R/base_urls.R b/R/base_urls.R new file mode 100644 index 0000000..41cb50f --- /dev/null +++ b/R/base_urls.R
@@ -0,0 +1,8 @@ +#' 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"