Conversation
TTSプラグインの対応エンジンを拡充: - AivisSpeech: VOICEVOX互換APIの高品質TTS(デフォルト: localhost:10101) - OpenAI TTS: tts-1/tts-1-hd/gpt-4o-mini-ttsモデル対応、10種類のボイス 各プラグインにグローバル設定・ノード設定・ローカライズを追加。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
✨ 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 |
Summary
変更内容
plugins/aivis-tts/— AivisSpeechプラグイン本体plugins/openai-tts/— OpenAI TTSプラグイン本体apps/server-ts/src/engine/executor.ts— グローバル設定マッピング追加apps/web/components/ui/SettingsModal.tsx— 設定画面にAivisSpeechセクション追加apps/web/components/panels/NodeSettings.tsx— ノード設定パネル対応apps/web/locales/{en,ja}.json— ローカライズ追加Test plan
npm test— 全116テスト通過npm run lint— 新規エラーなしcloses #92 (AivisSpeech・OpenAI TTS部分)
🤖 Generated with Claude Code