Skip to main content

LLM 文档

¥Documentation for LLMs

PixiJS 支持 llms.txt 约定,使文档可供大型语言模型 (LLM) 及其使用的应用访问。

¥PixiJS supports the llms.txt convention for making documentation accessible to large language models (LLMs) and the applications that utilize them.

可用文件

¥Available Files

我们提供多个不同压缩级别的文档文件,以适应各种上下文窗口大小:

¥We provide several documentation files at different compression levels to accommodate various context window sizes:

  • /llms.txt - 可用文档文件索引

    ¥/llms.txt - An index of available documentation files

  • /llms-full.txt - 完整的 PixiJS API 文档,包含所有类、方法和示例

    ¥/llms-full.txt - Complete PixiJS API documentation including all classes, methods, and examples

  • /llms-medium.txt - 针对中等上下文窗口优化的压缩文档

    ¥/llms-medium.txt - Compressed documentation optimized for medium context windows

这些文件每天从我们的 TypeScript 定义文件和文档源自动生成和更新。

¥These files are automatically generated and updated daily from our TypeScript definition files and documentation sources.