-
Gemma 3 models don't directly support function calling but can be instructed to do so as indicated here: Is it possible to use Gemma 3 through LiteLlm for LlmAgent with tools? |
Beta Was this translation helpful? Give feedback.
Answered by
hangfei
Apr 17, 2025
Replies: 1 comment
-
Try this tutorial here: https://google.github.io/adk-docs/agents/models/#using-open-local-models-via-litellm. You need to build a wheel from github source code.(a fix is not released to PyPI yet) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
boyangsvl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this tutorial here: https://google.github.io/adk-docs/agents/models/#using-open-local-models-via-litellm.
You need to build a wheel from github source code.(a fix is not released to PyPI yet)