Spaces:
Sleeping
Sleeping
Commit
·
91605cf
1
Parent(s):
8939274
Update chatbot.py
Browse files- chatbot.py +2 -1
chatbot.py
CHANGED
@@ -4,7 +4,8 @@ import gradio as gr
|
|
4 |
|
5 |
|
6 |
|
7 |
-
openai.api_key = "
|
|
|
8 |
|
9 |
messages = [
|
10 |
{"role": "system", "content":"You are an attachment and personality surveyor"},
|
|
|
4 |
|
5 |
|
6 |
|
7 |
+
# openai.api_key = "your openAI api key here" or
|
8 |
+
openai.api_key = "your openAI api key here"
|
9 |
|
10 |
messages = [
|
11 |
{"role": "system", "content":"You are an attachment and personality surveyor"},
|