Farhan1572 commited on
Commit
612dcfa
·
verified ·
1 Parent(s): a19ce31

Update app.py

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