mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-14 09:03:39 +00:00
Fix linting
This commit is contained in:
parent
2ccc39de9a
commit
28e07c89f9
@ -270,7 +270,7 @@ async def _summarize_descriptions(
|
||||
use_llm_func = partial(use_llm_func, _priority=8)
|
||||
|
||||
language = global_config["addon_params"].get(
|
||||
"language", DEFAULT_SUMMARY_LANGUAGE]
|
||||
"language", DEFAULT_SUMMARY_LANGUAGE
|
||||
)
|
||||
|
||||
summary_length_recommended = global_config["summary_length_recommended"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user