Skip to content

pantoken / ai/pantoken-ai/src / LLMS_TXT

Variabel: LLMS_TXT

const LLMS_TXT: string = ASSETS.llms

Alfa

Innhaldet i llms.txt.

Døme

Skriv det til disken sjølv

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

writeFileSync("llms.txt", LLMS_TXT);