Can LLM use other LLM as a tool? #709
Replies: 2 comments
-
@sunsetsobserver I would also like to ask if there are any success stories that anyone can share? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! 👋 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Can LLMs be tools for other LLM agents?
For instance a GPT-2 model from HuggingFace would be a tool that OpenAI GPT-4 can use if user asks specifically to ask something to GPT2?
I tried to set this up (see picture attached) but after asking any question in a chat window I am getting:
"Error: Saving not supported for this chain type."
I added a placeholder python tool for GPT2 agent as Langflow stated adding tool is required.
I would appreciate any help! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions