From 5c776bda70619e1a59ec8178fae1e3bdb12ff17b Mon Sep 17 00:00:00 2001 From: gagb Date: Thu, 19 Dec 2024 10:30:53 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91768a..6ffe8ff 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ from markitdown import MarkItDown from openai import OpenAI import os client = OpenAI(api_key="your-api-key-here") -md = MarkItDown(mlm_client=client, mlm_model="gpt-4o-2024-11-20") +md = MarkItDown(llm_client=client, llm_model="gpt-4o-2024-11-20") supported_extensions = ('.pptx', '.docx', '.pdf', '.jpg', '.jpeg', '.png') files_to_convert = [f for f in os.listdir('.') if f.lower().endswith(supported_extensions)] for file in files_to_convert: