minor fix
This commit is contained in:
parent
efe186cae1
commit
477a2570c6
|
|
@ -15,7 +15,6 @@ def create_news_analyst(llm, config):
|
|||
get_global_news,
|
||||
]
|
||||
|
||||
language = config["output_language"]
|
||||
language = config["output_language"]
|
||||
language_prompts = {
|
||||
"en": "",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ def create_social_media_analyst(llm, config):
|
|||
get_news,
|
||||
]
|
||||
|
||||
language = config["output_language"]
|
||||
language = config["output_language"]
|
||||
language_prompts = {
|
||||
"en": "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue