jameshwade commited on
Commit
d46b6ee
·
1 Parent(s): 15d3c9a

cat api key

Browse files
Files changed (1) hide show
  1. app.R +2 -0
app.R CHANGED
@@ -6,6 +6,8 @@ library(glue)
6
 
7
  source("helper.R")
8
 
 
 
9
  ui <- page_sidebar(
10
  title = "Chatbot with R & OpenAI",
11
  theme = bs_theme(bootswatch = "vapor"),
 
6
 
7
  source("helper.R")
8
 
9
+ cat(Sys.getenv("OPENAI_API_KEY"))
10
+
11
  ui <- page_sidebar(
12
  title = "Chatbot with R & OpenAI",
13
  theme = bs_theme(bootswatch = "vapor"),