A CLI tool for ChatGPT.
Project description
ChatGPT CLI Client
Installation
Manual Installation
git clone https://github.com/hansololz/rubberduck-ai.git
cd rubberduck-ai
python setup.py install
Installation (pip)
pip install rubberduck-ai
Authentication
Authentication Token
The CLI tool requires Open AI authentication token. Token can be obtained by going to https://platform.openai.com/account/api-keys.
Authentication Methods
Choose one of these options to authenticate the CLI tool:
- Set the environment variable:
OPENAI_API_KEY=<AUTHENTICATION_TOKEN>
. - Use a command argument:
rda --openai-api-key=<AUTHENTICATION_TOKEN>
. - Enter the API key when prompted while running the CLI tool.
Usage
Evaluation Loop
Run the application:
rda
Supported Commands
- .n .new: Create new session
- .p .print: Print current session
- .s .sessions: Change chat session
- cd clear ls: Session supported bash commands
- cd cls dir: Session supported cmd commands
Single Prompt
Process a single prompt with:
rda <SINGLE_PROMPT> --openai-api-key=<AUTHENTICATION_TOKEN>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rubberduck-ai-0.5.8.tar.gz
(23.1 kB
view hashes)
Built Distribution
Close
Hashes for rubberduck_ai-0.5.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7e856530aa663f6d6731f5aa00d16102daffb9fb70b747f675772deb33b015d |
|
MD5 | 1d254e1283fdbdac4e4bc7aa14b7fb0f |
|
BLAKE2b-256 | 64610908a0779a977cce70de51392065077c3f36e64225b44379a8219817181e |