clearer multimodal capability display

This commit is contained in:
Concedo 2025-07-28 22:54:49 +08:00
parent 12a6088a65
commit abf527a207
4 changed files with 28 additions and 13 deletions

View file

@ -288,6 +288,7 @@ extern std::string draftmodel_filename;
extern std::vector<std::string> generated_tokens;
extern bool generation_finished;
extern bool audio_multimodal_supported;
extern bool vision_multimodal_supported;
extern float last_eval_time;
extern float last_process_time;
extern int last_token_count;