Update main.py
Browse files
main.py
CHANGED
|
@@ -280,7 +280,7 @@ async def audit_document(file: UploadFile = File(...), document_type: str = Form
|
|
| 280 |
f"Do not return any conversational text around the JSON, return ONLY a valid JSON object."
|
| 281 |
)
|
| 282 |
response = groq_client.chat.completions.create(
|
| 283 |
-
model="llama-
|
| 284 |
messages=[
|
| 285 |
{
|
| 286 |
"role": "system",
|
|
|
|
| 280 |
f"Do not return any conversational text around the JSON, return ONLY a valid JSON object."
|
| 281 |
)
|
| 282 |
response = groq_client.chat.completions.create(
|
| 283 |
+
model="meta-llama/llama-4-scout-17b-16e-instruct",
|
| 284 |
messages=[
|
| 285 |
{
|
| 286 |
"role": "system",
|