mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
clearer multimodal capability display
This commit is contained in:
parent
12a6088a65
commit
abf527a207
4 changed files with 28 additions and 13 deletions
|
@ -272,6 +272,10 @@ extern "C"
|
|||
{
|
||||
return audio_multimodal_supported;
|
||||
}
|
||||
bool has_vision_support()
|
||||
{
|
||||
return vision_multimodal_supported;
|
||||
}
|
||||
float get_last_eval_time() {
|
||||
return last_eval_time;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue