LLM Genie is an (ultra light-weight) JavaScript library for developers that simplies advanced usage of Large Language Model APIs such as GPT from OpenAI. It's compatible with browser and Node.js JavaScript runtime environments.
npm install llm-genie
or
yarn add llm-genie
- Node.js (>=18)
- Clone the repository.
git clone https://github.com/jt0dd/llm-genie.git
cd repo
- Install the dependencies.
npm install
-
Make any desired improvements.
-
Generate documentation and unit tests.
- JSDocs:
npm run build-quick
Run tests with Mocha:
npm run test
Please feel free to open an issue or submit a pull request for any bug fixes, features, or documentation improvements.
LLM Genie is released under the <> License.