nono-llm
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

NONO LLM

NONO LLM implments question and answer pairs based upon the FLAIR framework. The FLAIR framework is described in the paper Bot or Human? Detecting ChatGPT Imposters with A Single Question

Currently implemented methods

  • Positioning

Not yet implemented methods

  • Counting
  • Substitution
  • Random Editing
  • Noise Injection
  • ASCII Art

Usage

import { generateQuestionAnswer } from "nono-llm";

const { question, answer } = generateQuestionAnswer();

/nono-llm/

    Package Sidebar

    Install

    npm i nono-llm

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    5.25 kB

    Total Files

    13

    Last publish

    Collaborators

    • mkly