retowyss commited on
Commit
ebbbc4a
·
verified ·
1 Parent(s): 393ca60

Fix mode selection in example code

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -99,7 +99,7 @@ mode = "Expand the prompt."
99
 
100
  # Expansion example
101
  messages = [
102
- {"role": "system", "content": "Expand the prompt."},
103
  {"role": "user", "content": "woman, flowing red dress, standing, sunset beach"}
104
  ]
105
 
 
99
 
100
  # Expansion example
101
  messages = [
102
+ {"role": "system", "content": mode},
103
  {"role": "user", "content": "woman, flowing red dress, standing, sunset beach"}
104
  ]
105