Spaces:
Sleeping
Sleeping
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="
|
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},
|