Deprecate v1.6 for phoneme and adjust to reflect s1/s2 pro#88
Deprecate v1.6 for phoneme and adjust to reflect s1/s2 pro#88JarodMica wants to merge 2 commits into
Conversation
|
Warning Review limit reached
More reviews will be available in 38 minutes and 26 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDocumentation updates to ChangesFine-grained Control Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 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.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@developer-guide/core-features/fine-grained-control.mdx`:
- Line 20: The href attributes on line 20 and line 99 use absolute internal
paths starting with a forward slash instead of relative paths. Convert both
href="/api-reference/endpoint/openapi-v1/text-to-speech" occurrences to use
relative path syntax that properly references the target document based on the
current file's location in the directory structure, following the repository's
documentation guideline to use relative paths for all internal links.
- Line 101: The model names on line 101 use inconsistent casing and formatting
(S2-Pro and S1) compared to line 33 (s2-pro and s1). Update the references in
the sentence that begins with "S2-Pro uses `[bracket]`" to use lowercase model
IDs (s2-pro and s1) to match the existing naming convention and reduce user
confusion throughout the document.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: c6642d6c-30f5-4655-aa7f-0d989daf1c69
📒 Files selected for processing (1)
developer-guide/core-features/fine-grained-control.mdx
| <Card | ||
| title="Try it live in the API playground" | ||
| icon="flask" | ||
| href="/api-reference/endpoint/openapi-v1/text-to-speech" |
There was a problem hiding this comment.
Use relative internal links instead of absolute internal paths.
Line 20 and Line 99 use absolute internal URLs. Switch these to relative paths to match repo documentation rules.
Suggested update
- href="/api-reference/endpoint/openapi-v1/text-to-speech"
+ href="../../api-reference/endpoint/openapi-v1/text-to-speech"-For pauses, laughter, breathing, emotion, tone, and other paralinguistic cues, use the [Emotion Control](/developer-guide/core-features/emotions) guide.
+For pauses, laughter, breathing, emotion, tone, and other paralinguistic cues, use the [Emotion Control](../emotions) guide.As per coding guidelines, "Use relative paths for internal links" and "Do not use absolute URLs for internal links."
Also applies to: 99-99
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@developer-guide/core-features/fine-grained-control.mdx` at line 20, The href
attributes on line 20 and line 99 use absolute internal paths starting with a
forward slash instead of relative paths. Convert both
href="/api-reference/endpoint/openapi-v1/text-to-speech" occurrences to use
relative path syntax that properly references the target document based on the
current file's location in the directory structure, following the repository's
documentation guideline to use relative paths for all internal links.
Source: Coding guidelines
The documentation under fine grained control refers to a deprecated v1.6 model. This PR:
Tests:
Summary by CodeRabbit