Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,6 @@ import openai
|
|
2 |
import gradio as gr
|
3 |
|
4 |
openai.api_key = "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"
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
messages = [
|
9 |
{"role": "system", "content": "You are a helpful and kind AI Assistant for content and blog writing"},
|
10 |
]
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
openai.api_key = "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"
|
|
|
|
|
|
|
5 |
messages = [
|
6 |
{"role": "system", "content": "You are a helpful and kind AI Assistant for content and blog writing"},
|
7 |
]
|