Skip to content

pantoken / ai/pantoken-ai/src / LLMS_TXT

Athróg: LLMS_TXT

const LLMS_TXT: string = ASSETS.llms

Ailfha

An t-ábhar llms.txt.

Sampla

Scríobh é ar an diosca tú féin

ts
import { writeFileSync } from "node:fs";
import { LLMS_TXT } from "@pantoken/ai";

writeFileSync("llms.txt", LLMS_TXT);