Skip to content

Commit 6636542

Browse files
Copilotsirily11
andauthored
Update model to google/gemini-3-flash-preview and markitdown to 0.1.5 (#10)
Agent-Logs-Url: https://github.com/rxtech-lab/markitdown-server/sessions/ab39b866-b695-4aae-8b60-d3420c894009 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sirily11 <32106111+sirily11@users.noreply.github.com>
1 parent 1ffc2f8 commit 6636542

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
base_url="https://openrouter.ai/api/v1",
1212
api_key=os.environ["OPENAI_API_KEY"],
1313
)
14-
model = "google/gemini-2.5-flash-preview-05-20"
14+
model = "google/gemini-3-flash-preview"
1515

1616

1717
def download(url: str) -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.10,<3.14"
1010
dependencies = [
1111
"fastapi (>=0.115.12,<0.116.0)",
1212
"uvicorn (>=0.34.2,<0.35.0)",
13-
"markitdown[all] (>=0.1.2,<0.2.0)",
13+
"markitdown[all] (>=0.1.5,<0.2.0)",
1414
"openai (>=1.82.1,<2.0.0)",
1515
"python-multipart (>=0.0.20,<0.0.21)"
1616
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lxml==5.4.0
2727
magika==0.6.2
2828
mammoth==1.9.1
2929
markdownify==1.1.0
30-
markitdown==0.1.2
30+
markitdown==0.1.5
3131
mpmath==1.3.0
3232
msal==1.32.3
3333
msal-extensions==1.3.1

0 commit comments

Comments
 (0)