tgpt, 터미널 GPT


가장 손쉽게 쓸수 있는 터미널에서 사용할수 있는, 코맨드 라인(CLI)에서의 "ChatGPT"입니다. 

웹이 아닌 코맨드라인에서 LLM과 인터렉트 합니다. 여러 비슷한 프로그램들을 시험해본바, 이 프로그램이 가장 간단하고 편리합니다. 설정하는것도 없고, API 키도 필요 없으며, 꾸준히 업데이트 됩니다.

사용 방법은 해당 페이지에 잘 나와있습니다, https://github.com/aandrew-me/tgpt :

Examples:
tgpt "What is internet?"
tgpt -m
tgpt -s "How to update my system?"
tgpt --provider opengpts "What is 1+1"
tgpt --provider openai --key "sk-xxxx" --model "gpt-3.5-turbo" "What is 1+1"
cat install.sh | tgpt "Explain the code"

업데이트: 

tgpt -u


여기서 내려받습니다, https://github.com/aandrew-me/tgpt/releases

리눅스는 이렇게 설치도 가능합니다:

curl -sSL https://raw.githubusercontent.com/aandrew-me/tgpt/main/install | bash -s /usr/local/bin