gpt4all-cli
v0.2.3
Published
<h1 align="center">Welcome to gpt4all-cli 👋</h1>
Downloads
42
Readme
Intro
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!
Usage
npx gpt4all-cli@latest
Display help for command
❯ 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
Learning Resources
- Using langchain To Run Queries Against GPT4All in the Context of a Single Documentary Knowledge Source – OUseful.Info, the blog…
- Running GPT4All On a Mac Using Python langchain in a Jupyter Notebook – OUseful.Info, the blog…
Author
👤 Dung Huynh
Show your support
Give a ⭐️ if this project helped you!