https://github.com/TheLime1/aichat-cli
a command-line interface chatbot. It allows you to have interactive conversations with different bots, including GPT4 FOR FREE
https://github.com/TheLime1/aichat-cli
ai bard bing chatgpt claude-ai cli gpt4 poe
Last synced: 9 days ago
JSON representation
a command-line interface chatbot. It allows you to have interactive conversations with different bots, including GPT4 FOR FREE
- Host: GitHub
- URL: https://github.com/TheLime1/aichat-cli
- Owner: TheLime1
- License: gpl-3.0
- Archived: true
- Created: 2023-05-14T22:01:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T22:16:05.000Z (over 1 year ago)
- Last Synced: 2025-03-08T00:36:30.362Z (about 1 month ago)
- Topics: ai, bard, bing, chatgpt, claude-ai, cli, gpt4, poe
- Language: Python
- Homepage: https://pypi.org/project/aichat-cli/
- Size: 138 KB
- Stars: 97
- Watchers: 1
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - TheLime1/aichat-cli - a command-line interface chatbot. It allows you to have interactive conversations with different bots, including GPT4 FOR FREE (Python)
README
# Ai Chat CLI
[](https://pypi.org/project/aichat-cli/)
> [!WARNING]
> This project is no longer maintained.
> if you want to continue chatting with GPT4 in the Terminal , [you can use this](https://github.com/TheLime1/CheatoMate)A command-line interface chatbot. It allows you to have interactive conversations with different bots, including GPT4 FOR FREE
Check the web version [here](https://github.com/TheLime1/gptCensorFree) (WIP).
Thanks to [@Lomusire](https://github.com/Lomusire) for providing premium tokens ❤️.
We are in a race with poe.com devs baning our tokens, you can help by [generating tokens](https://drive.google.com/file/d/1D9oHx_com_cn_XzZfcQ7XLGyQ9xUtSAG/view?usp=sharing).
Updated poe.com token list [here](https://raw.githubusercontent.com/TheLime1/online-proxy-list/main/poe_token_check/poe_tokens.txt).
## Features✨
- Choose between different bots.
- Input messages for the chatbot via command-line arguments or interactively.
- Export the conversation to a .txt file for future reference.
- Insert your clipboard for multiple-line messages.
- Delete your messages to respect your privacy.
- Updated tokens each day## Prerequisites📋
- Python 3.7 or higher installed on your system.
## Getting Started🚀
1. Clone or download the CLI app repository to your local machine.
2. Open a command-line interface (e.g., Command Prompt, Terminal) and navigate to the directory where you have saved the GPT CLI files.
3. Install the required dependencies by running the following command:
```
pip install -r requirements.txt
```4. Run the CLI app:
```
cd aichat
python chatcli.py
```## OR download it using pip📥📦
```
pip install aichat-cli --upgrade
```📦#####How to add pip package to PATH#####📦
1. Open the command prompt.
2. Type `pip show aichat-cli` and press Enter. This will show you the location of the package.
3. Copy the path of the package.
4. Open the Start menu and search for “Environment Variables”.
5. Click on “Edit the system environment variables”.
6. Click on “Environment Variables” button.
7. Under “System Variables”, scroll down and find “Path” and click on “Edit”.
8. Click on “New” and paste the path of the package that you copied earlier.
9. Click on “OK” to save changes.🔐#####How To generate tokens manually#####🔐
---
### poe tokenLog into [Poe](https://poe.com/) on any web browser, then open your browser's developer tools (also known as "inspect") and look for the value of the `p-b` cookie in the following menus:
Chromium: Devtools > Application > Cookies > poe.com
Firefox: Devtools > Storage > Cookies
Safari: Devtools > Storage > Cookies
then save the token by creating `poe_token.txt` in `/aichat/tokens`
---
### Bard token
Log into [Bard](https://bard.google.com/) on any web browser, then open your browser's developer tools (also known as "inspect") and look for the value of the `__Secure-1PSID` cookie in the following menus:
(tip : copy the cookie name to the filter box)Chromium: Devtools > Application > Cookies > bard.google.com
Firefox: Devtools > Storage > Cookies
Safari: Devtools > Storage > Cookies
then save the token by creating `bard_token.txt` in `/aichat/tokens`
> :warning: **Warning:** Be careful using Bard tokens; they are Google account tokens.---
### Bing token
Not required.
---
## Usage📝
This CLI app supports the following command-line arguments:
- `-b` or `--bot`: Choose the bot for the conversation. Valid options are provided by the application.
Example: `python chatcli.py -b chatgpt`- `-m` or `--message`: Input a message for the chatbot.
Example: `python chatcli.py -b sage -m "Hello, how are you?"`- For more info, use `-h` or `--help` to see the help message.
If you don't provide any command-line arguments, the app will prompt you to choose a bot and enter a message interactively.
Once the conversation starts, you can continue the interaction by typing your messages or selecting options from the menu. The menu options include changing the bot or exporting the conversation to a .txt file.
## Notes📌
- If the app cannot find the `token.txt` file or the file is empty, it will automatically generate a new token using the `token_gen.py` in `/aichat/token_gen` script provided.
- The CLI app also supports the use of premium tokens , so you can be able to use GPT4.
- The conversation history is stored within the app and is not persistent between sessions.
Feel free to customize and enhance the GPT CLI app according to your needs. Happy **chatting**!
