docs: OpenAI-compatible multi-model gateway example (DaoXE)#2081
docs: OpenAI-compatible multi-model gateway example (DaoXE)#2081seven7763 wants to merge 1 commit into
Conversation
Show instrument_openai() with openai.Client(base_url=...) pointed at https://daoxe.com/v1. Account-scoped model IDs; Chat Completions path. Signed-off-by: seven7763 <246023385+seven7763@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
📝 WalkthroughWalkthroughThe OpenAI integration documentation adds guidance for using 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Hi — this has been approved and CI is green. Just a gentle nudge in case it's waiting in the queue. Happy to address anything else if needed. Thanks! |
Summary
Adds a short section to the OpenAI instrumentation docs showing that
logfire.instrument_openai()works with OpenAI-compatible multi-model gateways viaopenai.Client(base_url=...).Example uses DaoXE (
https://daoxe.com/v1).docs/integrations/llms/openai.mdNotes
Test plan