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);