tatthien / askgpt

Ask ChatGPT without leaving your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

askgpt

Ask ChatGPT without leaving your terminal

Screenshot 2023-03-31 at 01 13 56

No thing special here! It's the OpenAI's Chat Completion that supports context.

The code is taken from https://github.com/sashabaranov/go-openai examples with a litle bit tweak in displaying the messages in a beautiful format - thanks to glamour.

Prerequisites

You need to have OPENAI_API_KEY environemnt variable configured.

export OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Installation

Using go

go install github.com/tatthien/cmdgpt@latest

More CLI tools using AI

  • cmdgpt - CLI tool that using ChatGPT to generate linux commands from your natural language

About

Ask ChatGPT without leaving your terminal


Languages

Language:Go 100.0%