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