A CLI tool built on top of gpt4all-ts
GPT4All-CLI is a robust command-line interface tool designed to harness the remarkable capabilities of GPT4All within the TypeScript ecosystem. It is constructed atop the GPT4All-TS library.
The GPT4All-TS library is a TypeScript adaptation of the GPT4All project, which provides code, data, and demonstrations based on the LLaMa large language model with approximately 800k GPT-3.5-Turbo Generations 😲. Inspired by the GPT4All project, GPT4All-TS strives to extend its functionalities and make them accessible to TypeScript and JavaScript developers.
By utilizing GPT4All-CLI, developers can effortlessly tap into the power of GPT4All and LLaMa without delving into the library's intricacies. Simply install the CLI tool, and you're prepared to explore the fascinating world of large language models directly from your command line!
npx gpt4all-cli@latest
❯ npx gpt4all-cli@latest -h
Usage: gpt4all [options]
GPT4all CLI
Options:
-V, --version output the version number
-m, --model <value> Choose a model (default: gpt4all-lora-quantized) (default: "")
-r, --reset Reset the model by deleting the ~/.nomic folder (default: false)
-h, --help Display help for command
👤 Dung Huynh
Give a ⭐️ if this project helped you!