-
-
Notifications
You must be signed in to change notification settings - Fork 143
feat: add visual indicators for multimodal-capable models #413
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
Add 🖼️ emoji indicators next to models that support image input in the AI service settings screen to make multimodal capabilities clearly visible to users. Changes: - Add isMultiModalCapable() utility function to check model capabilities - Update all model dropdowns to show 🖼️ for multimodal models - Add translation keys for multimodal indicators in Japanese, English, Chinese, and Korean - Based on slideConvertModels list which defines actual multimodal models Resolves #412 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: tegnike <tegnike@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Caution Review failedThe pull request is closed. WalkthroughAIモデルの設定画面で、マルチモーダル(画像入力対応)モデルを識別しやすくするための変更です。各言語のローカライズファイルに新しいラベルとツールチップが追加され、UI上で該当モデルに絵文字付きラベルが表示されるようになりました。判定ロジックも共通関数として実装されました。 Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant ModelProvider(UI)
participant aiModels(constants)
User->>ModelProvider(UI): モデル選択画面を表示
ModelProvider(UI)->>aiModels(constants): isMultiModalCapable(service, model) を呼び出し
aiModels(constants)-->>ModelProvider(UI): 対応可否(boolean)を返却
ModelProvider(UI)-->>User: マルチモーダル対応モデルに絵文字ラベルを表示
Assessment against linked issues
Possibly related PRs
Suggested labels
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error Exit handler never called! 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Add 🖼️ emoji indicators next to models that support image input in the AI service settings screen to make multimodal capabilities clearly visible to users.
Changes:
Resolves #412
Generated with Claude Code
Summary by CodeRabbit