ex510 commited on
Commit
577e8bf
·
verified ·
1 Parent(s): 6ad2031

Update core/analyze.py

Browse files
Files changed (1) hide show
  1. 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="nvidia/nemotron-3-nano-30b-a3b:free",
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}