Spaces:
Running
Running
eheguy commited on
Commit ·
ffd2e88
1
Parent(s): ae53040
Upgrade humanizer model to Llama 3.3 70B
Browse files- humanizer.py +1 -1
humanizer.py
CHANGED
|
@@ -90,7 +90,7 @@ Tone guidance: {readability_mod}
|
|
| 90 |
Context: {purpose_mod}"""
|
| 91 |
|
| 92 |
response = client.chat.completions.create(
|
| 93 |
-
model="llama-3.
|
| 94 |
messages=[
|
| 95 |
{"role": "system", "content": system_prompt},
|
| 96 |
{"role": "user", "content": text}
|
|
|
|
| 90 |
Context: {purpose_mod}"""
|
| 91 |
|
| 92 |
response = client.chat.completions.create(
|
| 93 |
+
model="llama-3.3-70b-versatile",
|
| 94 |
messages=[
|
| 95 |
{"role": "system", "content": system_prompt},
|
| 96 |
{"role": "user", "content": text}
|