Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 714 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 714 Bytes

GPTSHELL

A python-based OpenAI client for terminal.

Usage

Step 1.

pip install openai

Step 2.

Paste your SK on the openai_api_key_store variable to avoid duplicated initialization.

Step 3.

Proxy on

Step 4.

python gptshell.py

Note

  • 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.

Acknowledgement

This project is a modification from shellgpt and chatgpt-wrapper. We appreciate their generous contribution.