GuglielmoTor commited on
Commit
f61a34c
·
verified ·
1 Parent(s): 76daf18

Update features/insight_and_tasks/agents/task_extraction_model_groq.py

Browse files
features/insight_and_tasks/agents/task_extraction_model_groq.py CHANGED
@@ -122,7 +122,7 @@ TEXT TO ANALYZE:
122
  # Pass the Pydantic model to `response_model`.
123
  # Instructor will handle the validation and parsing automatically.
124
  task_output = client.chat.completions.create(
125
- model="meta-llama/llama-4-maverick-17b-128e-instruct", # A powerful model available on Groq
126
  response_model=TaskExtractionOutput,
127
  messages=[
128
  {"role": "user", "content": prompt},
 
122
  # Pass the Pydantic model to `response_model`.
123
  # Instructor will handle the validation and parsing automatically.
124
  task_output = client.chat.completions.create(
125
+ model="llama-3.3-70b-versatile", # A powerful model available on Groq
126
  response_model=TaskExtractionOutput,
127
  messages=[
128
  {"role": "user", "content": prompt},