mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-01 10:19:27 +00:00
Fix linting
This commit is contained in:
parent
37007244c2
commit
e94f7dbe1b
@ -297,9 +297,7 @@ def parse_args() -> argparse.Namespace:
|
||||
args.enable_llm_cache_for_extract = get_env_value(
|
||||
"ENABLE_LLM_CACHE_FOR_EXTRACT", True, bool
|
||||
)
|
||||
args.enable_llm_cache = get_env_value(
|
||||
"ENABLE_LLM_CACHE", True, bool
|
||||
)
|
||||
args.enable_llm_cache = get_env_value("ENABLE_LLM_CACHE", True, bool)
|
||||
|
||||
# Inject LLM temperature configuration
|
||||
args.temperature = get_env_value("TEMPERATURE", 0.5, float)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user