0.1.1 • Published 12 months ago

llm-genie v0.1.1

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
12 months ago

LLM Genie

LLM Genie is an (ultra light-weight) npm module that simplifies working with Large Language Model APIs such as GPT from OpenAI. It's compatible with browser and Node.js JavaScript runtime environments.

Installation

npm install llm-genie

or

yarn add llm-genie

Setup Development Environment

Requirements

  • Node.js (>=18)

Steps

  1. Clone the repository.
git clone https://github.com/jt0dd/llm-genie.git
cd repo
  1. Install the dependencies.
npm install
  1. Make any desired improvements.

  2. Generate documentation and unit tests.

Build (apply changes) & Generate Documentation

  • JSDocs: npm run build-quick

Testing

Run tests with Mocha:

npm run test

Contributing

Please feel free to open an issue or submit a pull request for any bug fixes, features, or documentation improvements.

License

LLM Genie is released under the <> License.

0.1.1

12 months ago

0.1.0

12 months ago