Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jedie/gpt4all-cli

Just play with https://github.com/nomic-ai/gpt4all
https://github.com/jedie/gpt4all-cli

Last synced: 20 days ago
JSON representation

Just play with https://github.com/nomic-ai/gpt4all

Awesome Lists containing this project

README

        

# gpt4all-cli

[![tests](https://github.com/jedie/gpt4all_cli/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/jedie/gpt4all_cli/actions/workflows/tests.yml)
[![codecov](https://codecov.io/github/jedie/gpt4all_cli/branch/main/graph/badge.svg)](https://app.codecov.io/github/jedie/gpt4all_cli)
[![gpt4all_cli @ PyPi](https://img.shields.io/pypi/v/gpt4all_cli?label=gpt4all_cli%20%40%20PyPi)](https://pypi.org/project/gpt4all_cli/)
[![Python Versions](https://img.shields.io/pypi/pyversions/gpt4all_cli)](https://github.com/jedie/gpt4all_cli/blob/main/pyproject.toml)
[![License GPL-3.0-or-later](https://img.shields.io/pypi/l/gpt4all_cli)](https://github.com/jedie/gpt4all_cli/blob/main/LICENSE)

CLI for gpt4all

Start hacking: Just clone the sources and play...

e.g.:

```commandline
~$ git clone https://github.com/jedie/gpt4all-cli.git
~$ cd gpt4all-cli
~/gpt4all-cli$ ./cli.py chat What is Python?
```

or start a chat via Lona - https://github.com/lona-web-org/lona

```commandline
~/gpt4all-cli$ ./cli.py web
```