llm-genie
v0.1.1
Published
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.
Downloads
1
Maintainers
Readme
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
- 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.
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.