modulepackage
0.0.0-20240504225038-475ba6e96714
Repository: https://github.com/sharpvik/gpt.git
Documentation: pkg.go.dev
# README
gpt
- ChatGPT 4 In Your Terminal
https://github.com/sharpvik/gpt/assets/23066595/8360b5c8-7e7d-4251-9cf2-9a770d807739
Install
go install github.com/sharpvik/gpt
Provide OpenAI API Key
gpt key <OPENAI_API_KEY>
Boot Up the REPL
gpt repl
- Press
I
and start typing. - Press
ENTER
to send the message. ESC
ape from the input and pressC
to copy the last GPT answer.- Use
CTRL+C
to leave the REPL environment.
Ask a Quick Question
gpt 'Tell me about football'
Copy Last Response
gpt copy
# Functions
No description provided by the author