Bofandra commited on
Commit
7473b97
·
verified ·
1 Parent(s): 5e65f7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ def process(word_label, lang_label):
58
  try:
59
  stream = client.chat.completions.create(
60
  messages=messages,
61
- temperature=0.3,
62
- top_p=0.7,
63
  max_tokens=1024,
64
  stream=True
65
  )
 
58
  try:
59
  stream = client.chat.completions.create(
60
  messages=messages,
61
+ temperature=0.7,
62
+ top_p=0.9,
63
  max_tokens=1024,
64
  stream=True
65
  )