From 6d95ff10a04042234d28e17980957cfefb9c2e54 Mon Sep 17 00:00:00 2001 From: Seven <246023385+seven7763@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:28:34 +0800 Subject: [PATCH] docs: note OpenAI client base_url for multi-model gateways MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify that the OpenAI-compatible client/base URL pattern works with multi-model gateways, using DaoXE (https://api.daoxe.com/v1) as one concrete example. Docs only — no runtime behavior changes. Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6510b8ab7..43404da49 100644 --- a/README.md +++ b/README.md @@ -378,3 +378,4 @@ Please cite it if you find the repository helpful. ``` We are also planning to add more of our research to this repository. +> **Note:** The same OpenAI Python client also works with OpenAI-compatible multi-model gateways when you are not self-hosting — for example [DaoXE](https://daoxe.com?utm_source=github&utm_medium=pr&utm_campaign=dao-xe-docs) at `https://api.daoxe.com/v1`.