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