Skip to content

Commit e2c7f6a

Browse files
committed
1
1 parent 1ca8123 commit e2c7f6a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

config.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
"""全局配置文件"""# LLM配置,用于修正抽取工具的抽取结果LLM_CONFIG = { 'llm_base_url': '', 'llm_api_key': '', 'llm_model': 'deepseek-chat', 'use_llm': True}
1+
"""
2+
全局配置文件
3+
"""
4+
5+
# LLM配置,用于修正抽取工具的抽取结果
6+
LLM_CONFIG = {
7+
'llm_base_url': '',
8+
'llm_api_key': '',
9+
'llm_model': 'deepseek-chat',
10+
'use_llm': True
11+
}

0 commit comments

Comments
 (0)