feat: 多轮运行 + GCOV 合并 + JSON 出力 + DesignDataGenerator
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ class Config:
|
||||
project_name: str = ""
|
||||
copybook_paths: list = field(default_factory=lambda: ["./copybooks"])
|
||||
dialect: str = "ibm"
|
||||
llm_model: str = "gpt-4o-mini"
|
||||
llm_timeout: int = 15
|
||||
llm_model: str = "deepseek-v4-flash"
|
||||
llm_timeout: int = 120
|
||||
llm_cache_dir: str = ".cache/llm"
|
||||
coverage_default: str = "boundary"
|
||||
rounding_mode: str = "TRUNCATE"
|
||||
|
||||
Reference in New Issue
Block a user