llm-pdf
Version:
Command Line tool to automate LLM and image models to generate a pdf by converting the generated text into markdown format and save it as a pdf document.
30 lines • 691 B
JSON
{
"name": "llm-pdf",
"type": "module",
"version": "1.0.5",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./index.js",
"keywords": [
"Deepseek",
"LLM",
"AI",
"Llama",
"AI Image",
"Flux",
"Schnell",
"Markdown",
"PDF"
],
"author": "Ayush Singh",
"license": "ISC",
"description": "Command Line tool to automate LLM and image models to generate a pdf by converting the generated text into markdown format and save it as a pdf document.",
"dependencies": {
"@clack/prompts": "^0.10.0",
"md-to-pdf": "^5.2.4",
"picocolors": "^1.1.1",
"together-ai": "^0.13.0"
}
}