-
Notifications
You must be signed in to change notification settings - Fork 176
docs: add ChatGPT Plus/Pro provider setup guide #492
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
74c24a3
docs: add ChatGPT Plus/Pro provider setup guide
hannesrudolph aec2d8e
docs: remove "Why this video matters" section
roomote 0040881
Update docs/providers/openai-chatgpt-plus-pro.md
hannesrudolph 0249026
docs: update OpenAI ChatGPT Plus/Pro provider details and restructure…
hannesrudolph 6ba7c7e
docs: tweak ChatGPT Plus/Pro labels
hannesrudolph File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,53 @@ | ||||||
| --- | ||||||
| sidebar_label: ChatGPT Plus/Pro | ||||||
| title: ChatGPT Plus/Pro | ||||||
| description: Use OpenAI models in Roo Code with your ChatGPT Plus/Pro subscription (OAuth sign-in, no API key). | ||||||
| keywords: | ||||||
| - OpenAI Codex | ||||||
| - ChatGPT Plus | ||||||
| - ChatGPT Pro | ||||||
| - Roo Code | ||||||
| - OAuth | ||||||
| - no api key | ||||||
| - subscription | ||||||
| --- | ||||||
|
|
||||||
| <div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}> | ||||||
| <iframe | ||||||
| src="https://www.youtube.com/embed/c1IXRMl5i0g" | ||||||
| title="OpenAI – ChatGPT Plus/Pro provider setup" | ||||||
| style={{ | ||||||
| position: 'absolute', | ||||||
| top: 0, | ||||||
| left: 0, | ||||||
| width: '100%', | ||||||
| height: '100%', | ||||||
| }} | ||||||
| frameBorder="0" | ||||||
| allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" | ||||||
| allowFullScreen | ||||||
| ></iframe> | ||||||
| </div> | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| ## Quickstart: Connect your subscription to Roo Code | ||||||
|
|
||||||
| 1. Open Roo Code settings (click the gear icon <Codicon name="gear" /> in the Roo Code panel). | ||||||
| 2. In **API Provider**, select **OpenAI – ChatGPT Plus/Pro**. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Quickstart step says to select OpenAI – ChatGPT Plus/Pro, but this page/provider entry is titled ChatGPT Plus/Pro; this mismatch can make the dropdown choice unclear.
Suggested change
Fix it with Roo Code or mention @roomote and request a fix. |
||||||
| 3. Click **Sign in to OpenAI Codex**. | ||||||
| 4. Finish the sign-in flow in your browser. | ||||||
| 5. Back in Roo Code settings, pick a model from the dropdown. | ||||||
| 6. Save. | ||||||
|
|
||||||
|
|
||||||
| ## Tips and Notes | ||||||
|
|
||||||
| - **Subscription Required:** You need an active ChatGPT Plus or Pro subscription. This provider won't work with free ChatGPT accounts. See [OpenAI's ChatGPT plans](https://openai.com/chatgpt/pricing) for more info. | ||||||
| - **No API Costs:** Usage through this provider counts against your ChatGPT subscription, not separately billed API usage. | ||||||
| - **Sign Out:** To disconnect, use the "Sign Out" button in the provider settings. | ||||||
|
|
||||||
| ## What you can't do (and why) | ||||||
|
|
||||||
| - **You can't use arbitrary OpenAI API models.** This provider only exposes the models listed in Roo's Codex model catalog. | ||||||
| - **You can't export/migrate your sign-in state with settings export.** OAuth tokens are stored in VS Code SecretStorage, which isn't included in Roo's settings export. | ||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.