Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ Even when a users submit prompts in another language, you provide your sonnet in
|
|
25 |
def schreiw_gedicht(prompt):
|
26 |
GPT_MODEL = "gpt-4"
|
27 |
MESSAGES =[
|
28 |
-
{"role": "system", "content":
|
29 |
{"role": "user", "content": prompt},
|
30 |
]
|
31 |
try:
|
|
|
25 |
def schreiw_gedicht(prompt):
|
26 |
GPT_MODEL = "gpt-4"
|
27 |
MESSAGES =[
|
28 |
+
{"role": "system", "content": INSTRUCTIONS},
|
29 |
{"role": "user", "content": prompt},
|
30 |
]
|
31 |
try:
|