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