Skip to content

pantoken / ai/pantoken-ai/src / LLMS_TXT

ตัวแปร: LLMS_TXT

const LLMS_TXT: string = ASSETS.llms

อัลฟา

เนื้อหา llms.txt.

ตัวอย่าง

เขียนไปยังดิสก์ด้วยตัวคุณเอง

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

writeFileSync("llms.txt", LLMS_TXT);