Spaces:
Sleeping
Sleeping
Update core/analyze.py
Browse files- core/analyze.py +1 -1
core/analyze.py
CHANGED
|
@@ -70,7 +70,7 @@ def analyze_transcript(transcript):
|
|
| 70 |
for attempt in range(max_retries):
|
| 71 |
try:
|
| 72 |
response = client.chat.completions.create(
|
| 73 |
-
model="
|
| 74 |
messages=[
|
| 75 |
{"role": "system", "content": "You are a helpful assistant that outputs only valid JSON."},
|
| 76 |
{"role": "user", "content": prompt}
|
|
|
|
| 70 |
for attempt in range(max_retries):
|
| 71 |
try:
|
| 72 |
response = client.chat.completions.create(
|
| 73 |
+
model="arcee-ai/trinity-large-preview:free",
|
| 74 |
messages=[
|
| 75 |
{"role": "system", "content": "You are a helpful assistant that outputs only valid JSON."},
|
| 76 |
{"role": "user", "content": prompt}
|