A docker container to communicate with the ChatGPT API with various pre-written prompts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Rudis Muiznieks 625941a33a
initial commit
1 week ago
prompts initial commit 1 week ago
.gitignore initial commit 1 week ago
Dockerfile initial commit 1 week ago
README.md initial commit 1 week ago
config.example.yaml initial commit 1 week ago
run.sh initial commit 1 week ago

README.md

Basic docker container for this ChatGPT CLI with some pre-written prompts for various purposes.

To use, first copy config.example.yaml to config.yaml and edit it with your OpenAI API key, then build the container:

docker build -t chatgpt .

Now you can run the container to talk to ChatGPT from your terminal:

docker run --rm -it chatgpt

Or you can provide the name of a prompt (this is the file name from the prompts directory without the .txt extension):

docker run --rm -it chatgpt glados