feat(models): Implement model visibility management with hidden models configuration

This commit is contained in:
Willie Zutz 2025-07-13 11:50:51 -06:00
parent e47307d1d4
commit 18fdb192d8
8 changed files with 459 additions and 22 deletions

View file

@ -235,6 +235,11 @@ This fork adds several enhancements to the original Perplexica project:
- ✅ Toggle for automatic suggestions
- ✅ Added support for latest Anthropic models
- ✅ Adds support for multiple user-customizable system prompt enhancement and personas so you can tailor output to your needs
- ✅ **Model Visibility Management**: Server administrators can hide specific models from the user interface and API responses
- Hide expensive models to prevent accidental usage and cost overruns
- Remove non-functional or problematic models from user selection
- Configurable via settings UI with collapsible provider interface for better organization
- API support with `include_hidden` parameter for administrative access
### Bug Fixes