Spaces:
Sleeping
Sleeping
Commit
·
2d1066a
1
Parent(s):
b12e8b0
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ openai.api_key = os.environ["apikey"]
|
|
| 5 |
|
| 6 |
message=[{"role":"system","content":"You are expert in explaining things in brief way"}]
|
| 7 |
try:
|
| 8 |
-
openai.api_key =
|
| 9 |
def ChatReply(Question):
|
| 10 |
|
| 11 |
message.append({"role":"user","content": Question})
|
|
|
|
| 5 |
|
| 6 |
message=[{"role":"system","content":"You are expert in explaining things in brief way"}]
|
| 7 |
try:
|
| 8 |
+
openai.api_key = apikey
|
| 9 |
def ChatReply(Question):
|
| 10 |
|
| 11 |
message.append({"role":"user","content": Question})
|