Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yunshi1207
/
chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yunshi1207
commited on
Sep 16, 2023
Commit
fc4f663
·
1 Parent(s):
68d0eb5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
# 获取秘密的值
2
secret_value = secrets.get(OPENAI_API_KEY)
3
1
+
2
+
from huggingface_hub import secrets
3
# 获取秘密的值
4
secret_value = secrets.get(OPENAI_API_KEY)
5