From 996971ec794f9c9ffc467b1cb1cbb73b9e3f7cfb Mon Sep 17 00:00:00 2001 From: HuRuilizhen Date: Sat, 18 Apr 2026 20:39:32 +0800 Subject: [PATCH] feat: add deepseek benchmark coverage --- benchmark/run_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/run_benchmark.py b/benchmark/run_benchmark.py index f9a3c49..f485828 100644 --- a/benchmark/run_benchmark.py +++ b/benchmark/run_benchmark.py @@ -39,7 +39,7 @@ def parse_args() -> argparse.Namespace: ) parser.add_argument( "--provider", - choices=("openai", "mistral", "qwen", "ollama"), + choices=("openai", "mistral", "qwen", "ollama", "deepseek"), help="LLM provider when --extractor=llm.", ) parser.add_argument("--model", help="LLM model name when --extractor=llm.")