UNPKG
llama-latex
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Image to LaTeX with Llama 3.2 Vision.
github.com/minor/llama-latex
minor/llama-latex
llama-latex
/
dist
/
index.d.ts
5 lines
•
206 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
img2latex
(
{ filePath, apiKey, model, }: { filePath:
string
| File; apiKey?:
string
; model?:
"Llama-3.2-90B-Vision"
|
"Llama-3.2-11B-Vision"
|
"free"
; }
):
Promise
<
string
>;