A minimal GPT chat client in the terminal
Project description
TermQ
A minimal GPT chat client in the terminal. A toy experiment with OpenAI's GPT API.
All code have only tested on macOS, not guaranteed to work on other platforms.
Prerequisites
export OPENAI_API_KEY=<your key>
python -m termq-venv
source termq-venv/bin/activate
pip install -r requirements.txt
# Optional, for PDF OCR if you want multi-language support
# Read more here: https://github.com/ocrmypdf/OCRmyPDF#languages
brew install tesseract-lang
Running
Usage: python script.py [OPTIONS]
Options:
-c, --load-character FILE Specify a character file location.
--stream Enable streaming mode.
-e, --load-engine TYPE Specify an engine type, default is `gpt-3.5-turbo`.
--tts Enable text-to-speech.
-q, --question Ask a question to the chatbot and get an answer directly.
--help Show this message and exit.
Chat with GPT
Default Assistant
python chat.py
🎬 Example usage
https://github.com/tommyjtl/termchat/assets/1622557/fb5d111b-42fb-4899-aeb6-c97202847a6f
Specifiy a personality
python chat.py -c <character>
🎬 Example usage
https://github.com/tommyjtl/termchat/assets/1622557/9d4ae7d7-d62b-4e28-b428-6b676d3780aa
On-demand Terminal Q&A
python chat.py -q
🎬 Example usage
https://github.com/tommyjtl/termchat/assets/1622557/8b25b39f-3145-4ad8-886e-a39e3d165b9f
Chat with PDF
# Normal usage
python pdf.py -f <file>
# Add --ocr if your PDF doesn't have text layer, default OCR language is English
python pdf.py -f <file> --ocr
# Add --ocr-lang to specify OCR language
# For <lang>, use 3-digit ISO 639-2 Code, see more here: https://github.com/tesseract-ocr/tessdata
python pdf.py -f <file> --ocr --ocr-lang <lang>
🎬 Example usage
https://github.com/tommyjtl/termchat/assets/1622557/40162508-3263-406b-bb7e-27558ae8d618
Acknowledgments
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file termq-0.1.3.tar.gz.
File metadata
- Download URL: termq-0.1.3.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b53632db86268ce7ba07c334847473fe0b2c8098bbb25ff62451dab86811104a
|
|
| MD5 |
ee96408d734e70812465b936c498853e
|
|
| BLAKE2b-256 |
c78b8107777ce869e2874aa0a481e90b78d37dbcb5a0ee0f49bdf2eddee97419
|
File details
Details for the file termq-0.1.3-py3-none-any.whl.
File metadata
- Download URL: termq-0.1.3-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8eef8fe4e427e871304f33cc2016a66d670204f8e4401030fcb61c586f2ca373
|
|
| MD5 |
b3552ce51edd4e441cfa9b739a93eeee
|
|
| BLAKE2b-256 |
12b2e18289cede5239720b76e3c219e06c50731a6978e60131a2597cc8678f9e
|