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