Spaces:
Runtime error
Runtime error
Commit
·
51bc380
1
Parent(s):
b3c7a65
cat key for debug
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("API Key", Sys.getenv("OPENAI_API_KEY"))
|
10 |
+
|
11 |
ui <- page_sidebar(
|
12 |
title = "Chatbot with R & OpenAI",
|
13 |
theme = bs_theme(bootswatch = "vapor"),
|