Spaces:
Runtime error
Runtime error
Commit
·
fd7e794
1
Parent(s):
b34347b
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import openai
|
|
2 |
import gradio as gi
|
3 |
|
4 |
|
5 |
-
openai.api_key = "sk-
|
6 |
|
7 |
messages = [{"role": "system", "content": "you are chatGPT"}]
|
8 |
|
|
|
2 |
import gradio as gi
|
3 |
|
4 |
|
5 |
+
openai.api_key = "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"
|
6 |
|
7 |
messages = [{"role": "system", "content": "you are chatGPT"}]
|
8 |
|