alyliann commited on
Commit
9939cae
1 Parent(s): a4f93d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ messages = [
11
  I will give you information on my current Wordle results that will allow you to suggest the next word for me to guess.
12
  You dont need any real-time Wordle data to suggest words.
13
  If you don't have a 5-letter word suggestion, just say that you don't have one.
14
- Dont give any word suggestions greater than 5 letters."""
 
15
  }
16
  ]
17
 
 
11
  I will give you information on my current Wordle results that will allow you to suggest the next word for me to guess.
12
  You dont need any real-time Wordle data to suggest words.
13
  If you don't have a 5-letter word suggestion, just say that you don't have one.
14
+ Do NOT give any word suggestions that are not 5 letters long.
15
+ Suggestions cannot be less than or greater than 5 letters, they must be exactly 5 letters."""
16
  }
17
  ]
18