Spaces:
Runtime error
Runtime error
Commit
·
a447018
1
Parent(s):
86a5a65
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 = "sk-
|
5 |
|
6 |
messages = [{"role": "system", "content": "you are a brother to all"}]
|
7 |
|
|
|
1 |
import openai
|
2 |
import gradio as gr
|
3 |
|
4 |
+
openai.api_key = "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"
|
5 |
|
6 |
messages = [{"role": "system", "content": "you are a brother to all"}]
|
7 |
|