Skip to content

Commit 5da2222

Browse files
author
prima
committed
fix: Embeddings issues
1 parent bbe2821 commit 5da2222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klite.embd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28836,7 +28836,7 @@ let checkFinalThoughtsPrompt = `Action: {"command":{"name":"thought","args":{"me
2883628836
initialPrompt = prevInput
2883728837
}
2883828838
}
28839-
if (!!initialPrompt && !!documentdb_provider != "0")
28839+
if (!!initialPrompt && documentdb_provider != "0")
2884028840
{
2884128841
let contentToSearch = documentdb_data
2884228842
if (!!documentdb_searchhistory)

0 commit comments

Comments
 (0)