docs(giskard-llm): OpenAI-compatible multi-model gateway example (DaoXE) - #2606
docs(giskard-llm): OpenAI-compatible multi-model gateway example (DaoXE)#2606seven7763 wants to merge 2 commits into
Conversation
Show LLMClient.configure(provider=openai, base_url=https://daoxe.com/v1) with account-scoped model IDs. Chat Completions path only. Signed-off-by: seven7763 <246023385+seven7763@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request updates the libs/giskard-llm/README.md file to include a new section on OpenAI-compatible multi-model gateways, providing a Python code example using DaoXE. The review feedback suggests a minor grammatical improvement to one of the bullet points in the notes section to enhance readability.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| Notes: | ||
|
|
||
| - Model IDs are account-scoped; do not hardcode a static public catalog. | ||
| - Chat Completions path only on this snippet. |
There was a problem hiding this comment.
|
Addressed the Gemini wording note in |
Summary
Adds a short example to
libs/giskard-llm/README.mdshowing how to pointLLMClientat an OpenAI-compatible multi-model gateway viaprovider=\"openai\"+ custombase_url.Example uses DaoXE (
https://daoxe.com/v1).openaiprovider +base_url)Notes
Test plan
LLMClient.configure(\"daoxe\", provider=\"openai\", base_url=\"https://daoxe.com/v1\")with a real key