A python-based OpenAI client for terminal.
pip install openai
Paste your SK on the openai_api_key_store variable to avoid duplicated initialization.
Proxy on
python gptshell.py
-
Remember to use ctrl+backspace to replace backspace.
-
Use
clear
command to clear chat history if contextual information is currently unnecessary. This command could save tons of tokens.
This project is a modification from shellgpt and chatgpt-wrapper. We appreciate their generous contribution.