pdufour commited on
Commit
f65e77b
·
verified ·
1 Parent(s): 9ee57a7

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -3
index.js CHANGED
@@ -61,9 +61,9 @@ async function detect(img) {
61
  }
62
 
63
 
64
- export async function simplifiedLLMVision(
65
- imagePath: string,
66
- query: string,
67
  vision = true
68
  ) {
69
  const suffix = QUANTIZATION ? `_${QUANTIZATION}` : "";
 
61
  }
62
 
63
 
64
+ export async function imageTextToText(
65
+ imagePath,
66
+ query,
67
  vision = true
68
  ) {
69
  const suffix = QUANTIZATION ? `_${QUANTIZATION}` : "";