Afeezee commited on
Commit
d8f63f1
·
verified ·
1 Parent(s): 7aebe7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ attempts = 0
19
  def generate_word():
20
  try:
21
  completion = client.chat.completions.create(
22
- model="llama-3.1-70b-versatile",
23
  messages=[
24
  {"role": "system", "content": "You are an experienced English professor with over 20 years experience teaching English and you are also a native speaker. You are trying to teach proper English pronunciation by generating words or phrases for user to pronounce and you judge them if it is correct or not. Make sure just a single word or a very concise phrase. Don't mention any other word apart from the word generated."},
25
  {"role": "user", "content": "Generate a word for pronunciation."}
 
19
  def generate_word():
20
  try:
21
  completion = client.chat.completions.create(
22
+ model="llama-3.3-70b-versatile",
23
  messages=[
24
  {"role": "system", "content": "You are an experienced English professor with over 20 years experience teaching English and you are also a native speaker. You are trying to teach proper English pronunciation by generating words or phrases for user to pronounce and you judge them if it is correct or not. Make sure just a single word or a very concise phrase. Don't mention any other word apart from the word generated."},
25
  {"role": "user", "content": "Generate a word for pronunciation."}