We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba2eb3 commit abc0a53Copy full SHA for abc0a53
python-markitdown/img_description.py
@@ -5,7 +5,6 @@
5
6
api_key = os.getenv("OPENAI_API_KEY")
7
8
-
9
client = OpenAI(api_key=api_key)
10
md = MarkItDown(
11
llm_client=client,
0 commit comments