split audio and vision detection separately

This commit is contained in:
Concedo 2025-07-13 17:47:15 +08:00
parent 0938af7c83
commit 811463a704
5 changed files with 82 additions and 21 deletions

View file

@ -268,7 +268,10 @@ extern "C"
bool has_finished() {
return generation_finished;
}
bool has_audio_support()
{
return audio_multimodal_supported;
}
float get_last_eval_time() {
return last_eval_time;
}