Replies: 1 comment
-
I think I misunderstood some internal functionality |
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.
-
To my understanding marvin will use the generic way of sending the data to the LLM. Since OpenAI also supports function calling, I was wondering if anybody collected experience on how they compare.
I build some fairly complex agents in langchain using their generic way of talking to the LLM (zero shot reAct). These agents have a high probability of failing and I assume this comes from the fact that normal LLMs aren't great at using functions to stick to programmatic instructions. My hypothesis is that function calling would improve that quite a bit, because suddenly we're using a tool that the model was trained to use.
Do you have any experience on that?
Beta Was this translation helpful? Give feedback.
All reactions