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

https://github.com/anandukch/chattergen

🚀 Use the power of llm in your terminal
https://github.com/anandukch/chattergen

chatbot cli-app gemini-pro llm

Last synced: about 2 months ago
JSON representation

🚀 Use the power of llm in your terminal

Awesome Lists containing this project

README

          

# ChatterGen 🚀

## See the Power of Gemini in the CLI 💡

ChatterGen is a command-line interface (CLI) application that harnesses the power of Gemini, a language model. With ChatterGen, you can generate human-like text responses directly from your terminal. 💬


Example usage

## Installation 🛠️

To install ChatterGen, follow these steps:

1. Clone the repository:
```shell
git clone https://github.com/anandukch/ChatterGen.git
```

2. Build the poetry project
```shell
poetry build
```

3. Install the required dependencies:
```shell
poetry install
```

## Usage 🚀

To use ChatterGen, run the following command in your terminal:

```
$ chattergen help

Usage: chattergen
Commands:
help: Show this help message
add: Add your Google API key
remove: Remove your Google API key
reset: Reset your Google API key
```