Spaces:
Runtime error
Runtime error
asd
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def humanize_text(AI_text):
|
|
81 |
while attempts < max_attempts:
|
82 |
response = client.chat.completions.create(
|
83 |
model=finetuned_model,
|
84 |
-
temperature=0.
|
85 |
messages=[
|
86 |
{"role": "system", "content": """
|
87 |
You are a text humanizer.
|
|
|
81 |
while attempts < max_attempts:
|
82 |
response = client.chat.completions.create(
|
83 |
model=finetuned_model,
|
84 |
+
temperature=0.85,
|
85 |
messages=[
|
86 |
{"role": "system", "content": """
|
87 |
You are a text humanizer.
|