Spaces:
Running
Running
Update app.py
Browse files
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.
|
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.
|