Using Phi3 with Langgraph, Multi agent framework #1671
Unanswered
hunaidkhan2000
asked this question in
Q&A
Replies: 2 comments 1 reply
-
If you use Ollama, you can first check https://ollama.com/blog/tool-support to see if the model supports tool_call. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Turning this into a discussion, as it's not an issue with langgraph |
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.
-
Checked other resources
Example Code
Na
Error Message and Stack Trace (if applicable)
No response
Description
Na
System Info
This issue is for a: (mark with an x)
Minimal steps to reproduce
Using Phi 3 with Langgraph
Any log messages given by the failure
NA
Expected/desired behavior
Multi agent framework with routing
OS and Version?
Windows 10
Mention any other details that might be useful
I am trying to use Phi 3 mini 128 instruct with Langgraph for a multi-agent framework where it can route requests accurately. However, Phi 3 is not able to route the queries properly to a specific tool. Can anyone help? Does Phi 3 work with Langgraph, and does it support function calling or tool calling?
Beta Was this translation helpful? Give feedback.
All reactions