Skip to content

igormcsouza/gpt4shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT for Shell

Publish on Docker Hub

A chat for terminal with preatty response

How to use?

Set the OPENAI_API_KEY environment variable (go to the OPENAI to fetch that key). Then run the following command:

docker run -e OPENAI_API_KEY -it igormcsouza/gptforshell:0.1.0 "<Your question here>"

And gpt will answer your question.