Spaces:
Runtime error
Runtime error
Commit
·
38e07ef
1
Parent(s):
0e5dd6d
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 |
|