Skip to content

pantoken / ai/pantoken-ai/src / LLMS_TXT

变量: LLMS_TXT

const LLMS_TXT: string = ASSETS.llms

Alpha

llms.txt 的内容。

示例

自己将其写入磁盘

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

writeFileSync("llms.txt", LLMS_TXT);