NoaiGPT commited on
Commit
7335064
·
1 Parent(s): c644b44
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def humanize_text(AI_text):
19
  """Humanizes the provided AI text using the fine-tuned model."""
20
  response = completion = client.chat.completions.create(
21
  model=finetuned_model,
22
- # temperature = 1.0,
23
  messages=[
24
  {"role": "system", "content": """
25
  You are a text humanizer.
 
19
  """Humanizes the provided AI text using the fine-tuned model."""
20
  response = completion = client.chat.completions.create(
21
  model=finetuned_model,
22
+ temperature = 0.92,
23
  messages=[
24
  {"role": "system", "content": """
25
  You are a text humanizer.