Skip to content

Commit 39e4569

Browse files
author
prima
committed
fix: Small fix for renamed function
1 parent 0ee10f6 commit 39e4569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

klite.embd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40020,7 +40020,7 @@ class MarkdownWYSIWYG {
4002040020
"args": {
4002140021
"question": "<question to ask about image>"
4002240022
},
40023-
"enabled": is_using_kcpp_with_llava(), // Only enabled if local endpoint exists / is in use
40023+
"enabled": is_using_kcpp_with_vision(), // Only enabled if local endpoint exists / is in use
4002440024
"executor": async (action) => {
4002540025
let analysisPrompt = "Describe the image in detail. Transcribe and include any text from the image in the description."
4002640026
if (!!action?.args?.question) {
@@ -40637,7 +40637,7 @@ let checkFinalThoughtsPrompt = `Action: {"command":{"name":"thought","args":{"me
4063740637
}
4063840638
concat_gametext(true, "", "", "", false, true)
4063940639
let llavaImages = insertAIVisionImages.concat(images)
40640-
if(is_using_kcpp_with_llava() && llavaImages.length > 0)
40640+
if(is_using_kcpp_with_vision() && llavaImages.length > 0)
4064140641
{
4064240642
payload.images = llavaImages;
4064340643
}

0 commit comments

Comments
 (0)