mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
split audio and vision detection separately
This commit is contained in:
+4
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user