mbarnig commited on
Commit
ae45b37
·
verified ·
1 Parent(s): 91698af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": Instructions},
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: