Spaces:
Runtime error
Runtime error
Commit
·
d46b6ee
1
Parent(s):
15d3c9a
cat api key
Browse files
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"),
|