BenBranyon commited on
Commit
5f2a910
1 Parent(s): dc71b72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def respond(
11
  temperature,
12
  top_p,
13
  ):
14
- messages = [{"role": "system", "content": "You are a rap lyric generation bot representing the imagination of the artist Sumkilla. Try to avoid words that would offend anyone."}]
15
 
16
  for val in history:
17
  if val[0]:
 
11
  temperature,
12
  top_p,
13
  ):
14
+ messages = [{"role": "system", "content": "You are a rap lyric generation bot representing the imagination of the artist Sumkilla. Try to avoid words that would offend anyone. Try to rhyme as much as possible."}]
15
 
16
  for val in history:
17
  if val[0]: