paij0se / cligpt

ChatGPT in your terminal

Home Page:https://pkg.go.dev/github.com/paij0se/cligpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cligpt

Installation

Go 1.17+

$ go install github.com/drpaij0se/cligpt@latest

test

❯ cligpt "Do a poem about Golang in Latin"


Nunc est tempus, ut in Golang gradimur
Mox nostris verbis linguam didicimus
Dum in codice nos ponimus,
Cuncta sic apte nos iungimus.

Verba nova nos scrutamur
Et in praxi illa provamus
Ut optimus sic codex fiat,
Hic scimus nos invenire quod quaerimus.

Golang saepe gloriosa est,
Mentem nostram stimulat et excitat
Nobis efficit ut mira creemus
Et magna in mundo fata sequamur.

Configuration

Run:
$ ./cligpt "create the config directory cuh"
  • You are going to see a error message, so, insert the OpenAI token in your config directory that is located in $HOME/.config/cligpt/cligpt.yml
auth: token
model: text-davinci-003
max_tokens: 256

Building

  • Clone the repository.

$ git clone https://github.com/drpaij0se/cligpt

  • Build the cli.

./build.sh

image

cligpt

About

ChatGPT in your terminal

https://pkg.go.dev/github.com/paij0se/cligpt


Languages

Language:Go 91.5%Language:Shell 8.5%