A handy CLI interface for ChatGPT
Project description
Command Line Inferface for ChatGPT
Installation
pip install --upgrade cligpt
Getting Started
# Fill in your OpenAI API key
export OPENAI_API_KEY=[sk-xxxx]
# Launch
cligpt
# Switch roles (you may use abbreviations as long as they do not clash with other roles)
@revise (or @revis | @revi | @rev | @re | @r)
Advanced Options
-
Customize your roles
Edit the configuration file:
vim ~/.cligpt/config.json
-
Turn on/off Auto-copy (default=on)
cligpt
automatically copies the last response to your clipboard. To enable/disable it, launchcligpt
with the following command:cligpt --no_auto_copy
-
Adjust context length (default=6)
Context length refers to the number of prompts+responses
cligpt
should remember. For example, if you want it to remember the last 3 prompts + 3 responses, launchcligpt
with the following command:cligpt --context_length=6
-
Turn on/off stream mode (default=on)
Stream mode displays words popping up one by one. To enable/disable it, launch
cligpt
with the following command:cligpt --no_stream
-
Proxy (default=None)
Use a proxy for the OpenAI API:
cligpt --proxy=http:127.0.0.1:9000
Uninstallation
pip uninstall cligpt
(rm -rf ~/.cligpt)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cligpt-2.8.tar.gz
.
File metadata
- Download URL: cligpt-2.8.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 258a392965d76545a2d1288efa2c6ebb211a0931a74032a39a2420876a765cb3 |
|
MD5 | 23985dc789a916eabb317c7494963b17 |
|
BLAKE2b-256 | 393403cef741bd1c8a9cc17fda69bf8b10f855705304f2ad93540e8f0e2ec31f |
File details
Details for the file cligpt-2.8-py3-none-any.whl
.
File metadata
- Download URL: cligpt-2.8-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea1bc452995d7e5698a98ef4c466f4cf7b507f58e71895eda6c856145e1817c8 |
|
MD5 | 6eafb4b889adf17bd1f3ef22c1d1dedd |
|
BLAKE2b-256 | 6e9e463cd13de3f21190407dcb8d246209644d733b3127d64c92719fbaae1544 |