Spaces:
Running
Running
Farhan1572
commited on
Commit
•
a633d81
1
Parent(s):
73d9e67
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +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 |
messages=[
|
22 |
{"role": "system", "content": """
|
23 |
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.95,
|
22 |
messages=[
|
23 |
{"role": "system", "content": """
|
24 |
You are a text humanizer.
|