angeetoile commited on
Commit
d9d7ca3
·
verified ·
1 Parent(s): 03fc937

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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-3.2-11b-vision-preview",
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",