"references/vscode:/vscode.git/clone" did not exist on "90a6206c5ca2ab26190cb89c2e42d95e0ece8c90"
Unverified Commit 886d253c authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Merge pull request #1748 from nadahlberg/master

fix #1747
parents 08dd3a85 37f3e200
...@@ -145,7 +145,7 @@ def doc_analyze( ...@@ -145,7 +145,7 @@ def doc_analyze(
table_enable=None, table_enable=None,
) -> InferenceResult: ) -> InferenceResult:
end_page_id = end_page_id if end_page_id else len(dataset) - 1 end_page_id = end_page_id if end_page_id is not None else len(dataset) - 1
model_manager = ModelSingleton() model_manager = ModelSingleton()
custom_model = model_manager.get_model( custom_model = model_manager.get_model(
......
...@@ -151,6 +151,14 @@ ...@@ -151,6 +151,14 @@
"created_at": "2025-02-14T19:15:25Z", "created_at": "2025-02-14T19:15:25Z",
"repoId": 765083837, "repoId": 765083837,
"pullRequestNo": 1693 "pullRequestNo": 1693
},
{
"name": "xuzijie1995",
"id": 25075527,
"comment_id": 2676066426,
"created_at": "2025-02-22T07:15:35Z",
"repoId": 765083837,
"pullRequestNo": 1743
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment