-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: Add prominent Free Trial section to README with setup guide #8857
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
Conversation
- Created comprehensive FREE_TRIAL_SETUP.md with step-by-step instructions - Added Free Trial section at the top of README for better visibility - Included setup guides for OpenRouter, Google Gemini, and Groq - Provided provider comparison table with free credits information - Added troubleshooting section and helpful tips Fixes #8856
Review SummaryAll previously identified issues have been resolved: Issues Fixed
The documentation now accurately references model IDs that match the provider configurations in the codebase. |
FREE_TRIAL_SETUP.md
Outdated
| - Type "Roo Code: Open Settings" | ||
| - Select "OpenRouter" as your provider | ||
| - Paste your API key | ||
| - Choose a model (we recommend `claude-3.5-sonnet` for best results) |
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.
The recommended model ID claude-3.5-sonnet is incomplete for OpenRouter. OpenRouter requires the full model ID with provider prefix. Based on the codebase model definitions, this should be anthropic/claude-3.5-sonnet to match the actual available models in the system.
FREE_TRIAL_SETUP.md
Outdated
| - Type "Roo Code: Open Settings" | ||
| - Select "Groq" as your provider | ||
| - Paste your API key | ||
| - Choose `llama-3.1-70b` for best performance |
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.
The recommended model llama-3.1-70b doesn't exist in the Groq provider configuration. The codebase shows that Groq's default model is moonshotai/kimi-k2-instruct-0905, and available models include llama-3.1-8b-instant and llama-3.3-70b-versatile (not llama-3.1-70b). Consider recommending llama-3.3-70b-versatile for best performance or moonshotai/kimi-k2-instruct-0905 as it's the default.
|
@roomote , i like your approach, as it can be applied immediately without any coding, and will have immediate effect. In a later step, this could be automated (e.g. create ONE account, get the free tiers automatically, without setup - as the original issue intended). One remark: maybe you could remove your color-emojis from the docs you created, thus it looks more professional. |
|
Thanks @laz-001 for the thoughtful feedback. Agreed on removing color emojis to keep the docs professional. I will update README.md and FREE_TRIAL_SETUP.md to remove color emojis and align tone. I will also update the model IDs noted earlier for OpenRouter and Groq so the guidance matches current provider configs. I will push changes to feature/free-trial-setup-docs shortly and follow up here. |
…OpenRouter and Groq
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.
No issues found.
|
Summary of updates in response to feedback:
@laz-001 If you prefer that I also include |
Description
This PR attempts to address Issue #8856 by adding a prominent Free Trial section to help users get started with Roo Code quickly and easily.
Changes
FREE_TRIAL_SETUP.mdwith step-by-step instructions for multiple providersBenefits
Testing
Related Issues
Fixes #8856
Screenshots
The new Free Trial section appears prominently in the README:
Feedback and guidance are welcome!
Important
Adds a Free Trial section to README and a detailed setup guide in
FREE_TRIAL_SETUP.mdfor quick onboarding with free AI provider trials.FREE_TRIAL_SETUP.mdwith setup instructions for OpenRouter, Google Gemini, and Groq.FREE_TRIAL_SETUP.md.README.mdwith a link to the setup guide.This description was created by
for 0ef2292. You can customize this summary. It will automatically update as commits are pushed.