Spaces:
Runtime error
Runtime error
Commit
·
9bfd3fd
1
Parent(s):
8e6ad56
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio
|
2 |
import openai
|
3 |
|
4 |
-
openai.api_key = "sk-
|
5 |
|
6 |
messages = [{"role": "system", "content": "You are a Twitter Tweets experts that specializes in creating viral tweets for startup marketing and update"}]
|
7 |
|
|
|
1 |
import gradio
|
2 |
import openai
|
3 |
|
4 |
+
openai.api_key = "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"
|
5 |
|
6 |
messages = [{"role": "system", "content": "You are a Twitter Tweets experts that specializes in creating viral tweets for startup marketing and update"}]
|
7 |
|