-
Notifications
You must be signed in to change notification settings - Fork 359
Please add an option to specify a custom base URL when creating an LLM client in Java ADK (similar to how OpenAI and Spring AI SDKs allow baseUrl configuration). #402
iamkaustubh1910
started this conversation in
Ideas
-
In the current Java ADK, the Gemini client is hard-coded to Google’s public endpoints.
My company requires routing all LLM traffic through a proxy (LiteLLM), which exposes the same API but at a custom base URL.
Right now there is no way to configure or override the base URL in ADK, which makes it impossible to use ADK’s tool-calling and agent features in such environments.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
I am working on a connection to my local LM-Studio. It's not complete yet, but maybe you are interested in a collab?
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment