fix: 清除错误默认模型与端口硬编码,文档机器路径占位符化

This commit is contained in:
hangshuo652
2026-08-25 22:35:35 +08:00
parent 8e81f960af
commit c6fa6b1aeb
19 changed files with 85 additions and 57 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ copybook_paths = ["./copybooks", "/usr/share/copybooks"]
dialect = "ibm"
[llm]
model = "gpt-4o-mini"
model = "deepseek-v4-flash"
timeout = 15
cache_dir = ".cache/llm"