-
Notifications
You must be signed in to change notification settings - Fork 24
Add GPT-5.1 docs and bump CLIProxyAPI 6.3.41 #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GPT-5.1 docs and bump CLIProxyAPI 6.3.41 #30
Conversation
WalkthroughDocumentation and configuration files are updated to announce and support GPT-5.1 and GPT-5.1 Codex models. Version 1.0.7 is released with changelog entries for new model support and CLIProxyAPI bundling updates, and setup instructions are expanded to include new model variants. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
FACTORY_SETUP.md (1)
255-259: Consider clarifying reasoning effort defaults (optional improvement).The preset descriptions mention "reasoning effort levels" but don't explicitly state what the base
gpt-5.1andgpt-5.1-codex(without suffix) use as their default reasoning effort. Adding this detail (e.g., "defaults to balanced reasoning") could help users make more informed preset choices.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
CHANGELOG.md(2 hunks)FACTORY_SETUP.md(3 hunks)README.md(1 hunks)
🔇 Additional comments (6)
CHANGELOG.md (2)
8-13: Changelog entry looks good.The 1.0.7 version entry is properly formatted, clearly describes the GPT-5.1 additions and CLIProxyAPI bump, and maintains consistency with existing changelog conventions.
163-163: Release link is properly formatted.The new release link follows the existing pattern and matches the version number in the changelog entry.
README.md (1)
24-25: GPT-5.1 support block is well-formatted and clear.The new IMPORTANT block follows the established pattern, uses appropriate messaging, and includes a helpful link to the setup guide.
Verify that the FACTORY_SETUP.md link destination (section "Step 3: Configure Factory CLI") includes the GPT-5.1 configuration examples referenced in this block.
FACTORY_SETUP.md (3)
118-180: GPT-5.1 model configuration is complete and consistent.All nine new model entries (four GPT-5.1 Codex variants and five GPT-5.1 variants) follow the established pattern with correct
base_url,api_key, andproviderfields. Preset naming (minimal,low,medium,high) aligns with existing conventions.
234-234: Model selector example properly updated.The example now clearly includes GPT-5.1 and GPT-5.1 Codex alongside existing models, making it easy for users to discover the new options.
250-271: Excellent upgrade documentation and available models section.The new "Upgrading to GPT-5.1 / GPT-5.1 Codex" section provides clear, actionable steps. The preset selection guidance (noting reasoning effort levels and use cases) is practical and user-friendly. Line 271's note that no CLIProxyAPI update is required is an important detail that saves users confusion.
|
This CLIProxy now is out date it doesn't have gemini 3, feels like there could be some sort of depenabot like workflow to keep the CLIProxy in sync |
|
Here's a PR that would keep this in sync and bases on this to keep the docs added: #39 |
Summary
Testing
Summary by CodeRabbit
New Features
Documentation