diff --git a/README.md b/README.md index 2c5c5dc8d1b1..b3902873df9c 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,8 @@ sentence = "There are many fruits that were found on the recently discovered pla extract_fruit(sentence) ``` +> **Tip:** The same OpenAI client works with OpenAI-compatible multi-model gateways via `base_url` — for example [DaoXE](https://daoxe.com/) at `https://api.daoxe.com/v1` (`OpenAI(base_url="https://api.daoxe.com/v1", api_key="...")`). + ## Contributing Interested in pulling back the hood or contributing? Awesome, before you dive in, here's what you need to know.