Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hrishikeshagi
/
chatbot
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
hrishikeshagi
commited on
Feb 13, 2023
Commit
749d704
·
1 Parent(s):
6b28773
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,7 +3,7 @@ import gradio as gr
3
4
5
6
-
openai.api_key = '
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
'
7
8
9
def openai_chat(prompt):
3
4
5
6
+
openai.api_key = ''
7
8
9
def openai_chat(prompt):