Spaces:
Runtime error
Runtime error
asd
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def humanize_text(AI_text):
|
|
158 |
while attempts < max_attempts:
|
159 |
response = client.chat.completions.create(
|
160 |
model=finetuned_model,
|
161 |
-
temperature=0.
|
162 |
messages=[
|
163 |
{"role": "system", "content": """
|
164 |
You are a text humanizer.
|
|
|
158 |
while attempts < max_attempts:
|
159 |
response = client.chat.completions.create(
|
160 |
model=finetuned_model,
|
161 |
+
temperature=0.90,
|
162 |
messages=[
|
163 |
{"role": "system", "content": """
|
164 |
You are a text humanizer.
|