17 Commits

Author SHA1 Message Date
bb4adbff2c feat(openrouter): add support for listing and using free OpenRouter models
Add a new configuration option `list_all_free_models` to enable fetching and displaying free models from OpenRouter. Enhance model loading functions to include free models when enabled, and implement fallback logic in prompt generation to try alternative models if the primary one fails. Update the UI to display free models in a separate optgroup.
2025-10-30 17:15:59 +00:00
f5427d18ed revert blocking image gen 2025-08-12 15:21:23 +01:00
82f29a4fde block generation if image in queue 2025-08-12 15:17:02 +01:00
1b75417360 update the queue 2025-08-12 15:03:50 +01:00
3e46b3363b working queue logic 2025-08-12 14:15:23 +01:00
ff5dfbcbce show queue count 2025-08-12 13:02:38 +01:00
14e69f7608 initial qwen support 2025-08-12 12:08:12 +01:00
bd1bb98160 working openrouter and better create_image page formatting 2025-07-29 12:47:55 +01:00
76e33ea523 initial openrouter support 2025-07-29 11:51:29 +01:00
aa8e1d1701 refactor(ui): implement base template and shared CSS
Introduce a `base.html` template to establish a common structure for all pages using Jinja2 template inheritance. This eliminates redundant HTML boilerplate across multiple files.

Additionally, common CSS rules have been extracted from individual templates and consolidated into a single `static/css/main.css` file. All pages now link to this shared stylesheet.

This refactoring significantly reduces code duplication, improves maintainability, and ensures a consistent user interface.
2025-07-18 13:56:38 +01:00
08f3a80169 add selecting the topic when doing random prompt 2025-06-18 16:58:20 +01:00
ac388b0f4e Add grouping to model list 2025-06-06 13:10:32 +01:00
33bfee0220 remove extension from displayed models 2025-06-06 12:39:11 +01:00
a75c7c554a better view on mobiles 2025-06-06 11:21:32 +01:00
0b74672844 select model on create page 2025-05-18 21:16:11 +01:00
80f535be45 create_image spinner 2025-05-18 14:46:48 +01:00
da37913d84 add create_image page 2025-05-15 09:16:09 +01:00