Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to reuse a llm_client in awel #2320

Open
316xu opened this issue Jan 23, 2025 · 1 comment
Open

how to reuse a llm_client in awel #2320

316xu opened this issue Jan 23, 2025 · 1 comment

Comments

@316xu
Copy link

316xu commented Jan 23, 2025

llm_task1=LLMOperator(llm_client)
llm_task2=LLMOperator(llm_client)

input_task >> llm_task1 >> merge_task
input_task >> merge_task
merge_task >> llm_task2

fail with:
Share data key share_data_key_model_name already exists.

@Aries-ckt
Copy link
Collaborator

Can you show me your case in full? I'll try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants