Geoeasy commited on
Commit
e5b68d3
·
verified ·
1 Parent(s): 55ee703

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -0
app.R CHANGED
@@ -2,6 +2,7 @@
2
  library(shiny)
3
  library(httr2)
4
 
 
5
  # Helper: resolve base URL (default to NVIDIA NIM OpenAI-compatible endpoint)
6
  nim_base_url <- Sys.getenv("OPENAI_BASE_URL", unset = "https://integrate.api.nvidia.com/v1")
7
 
 
2
  library(shiny)
3
  library(httr2)
4
 
5
+ #The variable OPENAI_API_KEY uses the NVIDIA API_KEY
6
  # Helper: resolve base URL (default to NVIDIA NIM OpenAI-compatible endpoint)
7
  nim_base_url <- Sys.getenv("OPENAI_BASE_URL", unset = "https://integrate.api.nvidia.com/v1")
8