docs: add Requesty as an OpenAI-compatible provider example#617
docs: add Requesty as an OpenAI-compatible provider example#617Thibaultjaigu wants to merge 1 commit into
Conversation
|
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)
📝 WalkthroughWalkthroughA new Python code snippet is added to ChangesREADME Documentation Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
There was a problem hiding this comment.
Code Review
This pull request updates the README.md file to include an example of using the "OpenAIGenie" class to interact with the "gpt-4o-mini" model via the Requesty router. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This adds a Requesty example beside the existing OpenRouter one for
OpenAIGeniein the README.Requesty is an OpenAI-compatible LLM gateway, so it works with
OpenAIGenieby settingbase_url="https://router.requesty.ai/v1"and usingprovider/modelnaming (e.g.openai/gpt-4o-mini). The new snippet mirrors the existing OpenRouter example as closely as possible.I verified a live chat completion against
https://router.requesty.ai/v1/chat/completionswithopenai/gpt-4o-mini(HTTP 200, real completion returned), which is exactly thebase_url+modelcombination shown in the example.Links:
I work at Requesty. This mirrors the existing OpenRouter example as closely as possible. Happy to adjust or close it if it's not a fit.
Summary by CodeRabbit