Document TrustedRouter setup#594
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a new "TrustedRouter" documentation section to README.md, explaining how to configure Zoo Code to use TrustedRouter as an OpenRouter-compatible provider with API key authentication and the base URL ChangesDocumentation Updates
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
edelauna
left a comment
There was a problem hiding this comment.
I'm going to close this PR, can you please open a PR in https://github.com/Zoo-Code-Org/Zoo-Code-Docs
| ## TrustedRouter | ||
|
|
||
| TrustedRouter exposes an OpenRouter-compatible API. To use it in Zoo Code, | ||
| choose the OpenRouter-compatible/custom provider path, paste your | ||
| TrustedRouter API key, and set the API base URL to | ||
| `https://api.trustedrouter.com/v1`. Useful model aliases include | ||
| `trustedrouter/auto`, `trustedrouter/zdr`, and `trustedrouter/e2e`. |
There was a problem hiding this comment.
This content would be a better fit in Zoo-Code-Docs under docs/providers/ — there are already individual provider pages for OpenRouter, Requesty, etc. that follow a consistent format (frontmatter with keywords/description, Getting an API Key, Configuration, Tips sections).
A new docs/providers/trustedrouter.md following the same template would be the natural home for this.
Also worth noting: the main repo README has 17 localized copies under locales/ (ca, de, es, fr, hi, id, it, ja, ko, nl, pl, pt-BR, ru, tr, vi, zh-CN, zh-TW). Adding a section here without updating those creates i18n drift — another reason to keep provider-specific setup in the docs site instead.
|
Moved this to Zoo Code Docs as requested: Zoo-Code-Org/Zoo-Code-Docs#5 |
Summary
Testing
Summary by CodeRabbit