Farhan1572 commited on
Commit
527055f
1 Parent(s): d583fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def humanize_text(AI_text):
18
  """Humanizes the provided AI text using the fine-tuned model."""
19
  response = completion = client.chat.completions.create(
20
  model=finetuned_model,
21
- temperature = 0.95,
22
  messages=[
23
  {"role": "system", "content": """
24
  You are a text humanizer.
 
18
  """Humanizes the provided AI text using the fine-tuned model."""
19
  response = completion = client.chat.completions.create(
20
  model=finetuned_model,
21
+ temperature = 0.85,
22
  messages=[
23
  {"role": "system", "content": """
24
  You are a text humanizer.