Spaces:
Sleeping
Sleeping
Commit
·
f427874
1
Parent(s):
2d1066a
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
-
openai.api_key = os.environ["apikey"]
|
5 |
|
6 |
message=[{"role":"system","content":"You are expert in explaining things in brief way"}]
|
7 |
try:
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
|
|
4 |
|
5 |
message=[{"role":"system","content":"You are expert in explaining things in brief way"}]
|
6 |
try:
|