Spaces:
Runtime error
Runtime error
Commit
·
5c876c1
1
Parent(s):
6e3db95
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
|
|
5 |
|
6 |
openai.api_key = "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"
|
7 |
|
8 |
-
messages = [{"role": "system", "content": "
|
9 |
|
10 |
|
11 |
|
|
|
5 |
|
6 |
openai.api_key = "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"
|
7 |
|
8 |
+
messages = [{"role": "system", "content": "you are chatGPT"}]
|
9 |
|
10 |
|
11 |
|