samples: DaoXE OpenAI-compatible gateway via LiteLlm#6400
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Add hello_world_daoxe sample using LiteLlm(model=openai/<account-id>) with OPENAI_API_BASE=https://daoxe.com/v1. Account-scoped model IDs. Signed-off-by: seven7763 <246023385+seven7763@users.noreply.github.com>
bfe6ce3 to
e36910c
Compare
|
Google CLA: I will complete signing at https://cla.developers.google.com/ if not already on file for this GitHub account. |
|
Hi @seven7763 , Thank you for your contribution! It appears you haven't yet signed the Contributor License Agreement (CLA). Please visit https://cla.developers.google.com/ to complete the signing process. Once the CLA is signed, we'll be able to proceed with the review of your PR. Thank you! |
Summary
Adds a contributing sample showing how to run an ADK agent against an OpenAI-compatible multi-model gateway using the existing `LiteLlm` wrapper.
Same pattern as the Ollama README’s “Using openai provider” path.
Notes
Test plan