NoaiGPT commited on
Commit
6bc50c3
·
1 Parent(s): 41d2779
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.85,
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 = 1.0,
23
  messages=[
24
  {"role": "system", "content": """
25
  You are a text humanizer.