Spaces:
Sleeping
Sleeping
Commit ·
17b6c66
1
Parent(s): 74d91ad
updated model for OCR
Browse files- perception_agent.py +1 -1
perception_agent.py
CHANGED
|
@@ -9,7 +9,7 @@ from groq import Groq
|
|
| 9 |
from agent_logging import log_agent_action
|
| 10 |
|
| 11 |
#model = "llama-3.2-11b-vision-preview" # -> Decommissioned
|
| 12 |
-
model = "llama-4-scout-17b-16e-instruct"
|
| 13 |
client = Groq(api_key=os.getenv("GROQ_API_KEY"))
|
| 14 |
|
| 15 |
def read_image_file(file_path):
|
|
|
|
| 9 |
from agent_logging import log_agent_action
|
| 10 |
|
| 11 |
#model = "llama-3.2-11b-vision-preview" # -> Decommissioned
|
| 12 |
+
model = "meta-llama/llama-4-scout-17b-16e-instruct"
|
| 13 |
client = Groq(api_key=os.getenv("GROQ_API_KEY"))
|
| 14 |
|
| 15 |
def read_image_file(file_path):
|