NoaiGPT commited on
Commit
669daf3
·
1 Parent(s): 8891500
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 = 0.88,
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.90,
23
  messages=[
24
  {"role": "system", "content": """
25
  You are a text humanizer.