NoaiGPT commited on
Commit
c80677b
·
1 Parent(s): 9394bde
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def humanize_text(AI_text):
81
  while attempts < max_attempts:
82
  response = client.chat.completions.create(
83
  model=finetuned_model,
84
- temperature=0.888,
85
  messages=[
86
  {"role": "system", "content": """
87
  You are a text humanizer.
 
81
  while attempts < max_attempts:
82
  response = client.chat.completions.create(
83
  model=finetuned_model,
84
+ temperature=0.85,
85
  messages=[
86
  {"role": "system", "content": """
87
  You are a text humanizer.