minor fix

This commit is contained in:
Jeffrey Chu 2025-10-23 22:48:04 +08:00
parent efe186cae1
commit 477a2570c6
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ def create_news_analyst(llm, config):
get_global_news,
]
language = config["output_language"]
language = config["output_language"]
language_prompts = {
"en": "",

View File

@ -15,7 +15,6 @@ def create_social_media_analyst(llm, config):
get_news,
]
language = config["output_language"]
language = config["output_language"]
language_prompts = {
"en": "",