jameshwade commited on
Commit
7f21774
·
1 Parent(s): 1e2dd98

don't print key

Browse files
Files changed (1) hide show
  1. app.R +0 -4
app.R CHANGED
@@ -6,10 +6,6 @@ library(glue)
6
 
7
  source("helper.R")
8
 
9
- cat(".Renviron file exists: ", file.exists("~/.Renviron"), "\n")
10
-
11
- cat("API KEY: ", Sys.getenv("OPENAI_API_KEY"), "\n")
12
-
13
  ui <- page_sidebar(
14
  title = "Chatbot with R & OpenAI",
15
  theme = bs_theme(bootswatch = "vapor"),
 
6
 
7
  source("helper.R")
8
 
 
 
 
 
9
  ui <- page_sidebar(
10
  title = "Chatbot with R & OpenAI",
11
  theme = bs_theme(bootswatch = "vapor"),