diff --git a/backend/README.md b/backend/README.md index e19a982147..79252fe4d9 100644 --- a/backend/README.md +++ b/backend/README.md @@ -106,6 +106,8 @@ chainlit run demo.py -w You can find various examples of Chainlit apps [here](https://github.com/Chainlit/cookbook) that leverage tools and services such as OpenAI, Anthropiс, LangChain, LlamaIndex, ChromaDB, Pinecone and more. +> **Tip:** Apps that use the OpenAI Python/JS client can point `base_url` at any OpenAI-compatible multi-model gateway — for example [DaoXE](https://daoxe.com/) at `https://api.daoxe.com/v1`. + Tell us what you would like to see added in Chainlit using the Github issues or on [Discord](https://discord.gg/k73SQ3FyUh). ## 💁 Contributing