Skip to content

Commit

Permalink
remove notes from check_win_devel
Browse files Browse the repository at this point in the history
  • Loading branch information
MMenchero committed Oct 28, 2024
1 parent ca20734 commit 2666507
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/make_request.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Make requests to the 'TimeGPT' API
#' This is a private function of 'nixtlar'
#'
#' @param url String specifying the API endpoint to which the request is sent.
#' @param base_url String specifying the API endpoint to which the request is sent.
#' @param api_key The user's API key.
#' @param payload_list List containing the information to be sent to the 'TimeGPT' API.
#'
Expand All @@ -11,7 +11,7 @@
#'
#' @examples
#' \dontrun{
#' response <- .make_request(url, api_key, payload_list_element)
#' response <- .make_request(base_url, api_key, payload_list)
#' }
#'
.make_request <- function(base_url, api_key, payload_list) {
Expand Down
6 changes: 3 additions & 3 deletions man/dot-make_request.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/azure-quickstart.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TimeGEN-1 is TimeGPT optimized for Azure, Microsoft's cloud computing service. Y

## 1. Set up a TimeGEN-1 endpoint account and generate your API key on Azure.

- Go to [ml.azure.com](ml.azure.com)
- Go to [ml.azure.com](https://ml.azure.com)
- Sign in or create an account.
- If you don't have one already, create a workspace. This might require a subscription.

Expand Down

0 comments on commit 2666507

Please sign in to comment.