Skip to content

pantoken / ai/pantoken-ai/src / LLMS_TXT

Değişken: LLMS_TXT

const LLMS_TXT: string = ASSETS.llms

Alfa

llms.txt içeriği.

Örnek

Bunu diske kendiniz yazın

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

writeFileSync("llms.txt", LLMS_TXT);