NoaiGPT commited on
Commit
13ee64a
·
1 Parent(s): 9c554ef
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ def humanize_text(AI_text):
158
  while attempts < max_attempts:
159
  response = client.chat.completions.create(
160
  model=finetuned_model,
161
- temperature=0.88,
162
  messages=[
163
  {"role": "system", "content": """
164
  You are a text humanizer.
 
158
  while attempts < max_attempts:
159
  response = client.chat.completions.create(
160
  model=finetuned_model,
161
+ temperature=0.90,
162
  messages=[
163
  {"role": "system", "content": """
164
  You are a text humanizer.