Spaces:
Runtime error
Runtime error
hjasd
Browse files
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.
|
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 = 0.90,
|
23 |
messages=[
|
24 |
{"role": "system", "content": """
|
25 |
You are a text humanizer.
|