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
- Host: GitHub
- URL: https://github.com/anandukch/chattergen
- Owner: anandukch
- Created: 2023-12-30T06:49:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T16:57:32.000Z (over 2 years ago)
- Last Synced: 2025-01-25T00:19:09.194Z (over 1 year ago)
- Topics: chatbot, cli-app, gemini-pro, llm
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. 💬
## 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
```