refactor: simplify AI model config by removing unused categories by GCWing · Pull Request #202 · GCWing/BitFun
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 61
Conversation
Copy link Copy Markdown
Owner
GCWing
commented
Mar 19, 2026
GCWing
commented
Summary
This PR simplifies the AI model configuration by removing unused categories and optional capability model selections.
Changes
- Remove multimodal, image_generation, speech_recognition categories
- Remove optional capability model selection UI
- Simplify ModelCapability and ModelCategory types
- Clean up related UI components and styles
Files Changed
- AIModelConfig.tsx
- AIModelConfig.scss
- DefaultModelConfig.tsx
- types/index.ts
- PersistentFooterActions.tsx
Test Plan
- Verify AI model settings page loads correctly
- Verify model selection works for general chat category
- Verify no console errors in browser
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment