Spaces:
Runtime error
Runtime error
Commit
·
2cbea29
1
Parent(s):
d4c46b9
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
-
openai.api_key =
|
5 |
|
6 |
messages = [{"role": "system", "content": "you are chatGPT"}]
|
7 |
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
+
openai.api_key = api_key
|
5 |
|
6 |
messages = [{"role": "system", "content": "you are chatGPT"}]
|
7 |
|