Suraj Subramanian 1 week ago
parent
commit
5d6e214a8f

+ 1 - 1
end-to-end-use-cases/structured_parser/README.md

@@ -1,4 +1,4 @@
-# Structured Document Parser
+# DocumentLens: Rich Document Parsing with LLMs
 
 A powerful, LLM-based tool for extracting structured data from rich documents (PDFs) with Llama models.
 

+ 1 - 1
end-to-end-use-cases/structured_parser/src/config.yaml

@@ -15,7 +15,7 @@ model:
 
   # for openai-compat, use the following
   base_url: "https://api.llama.com/compat/v1"
-  api_key: "LLM|1707070660158994|W1-9wq11_y75_5Ulsf5R1ccftto"
+  api_key: ""
   model_id: "Llama-4-Maverick-17B-128E-Instruct-FP8"