General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
> The project has completely moved to GitHub. Please click on the following link to visit the new repository.
Sign in to like and favorite skills
The project has completely moved to GitHub. Please click on the following link to visit the new repository.
https://github.com/mylinuxforwork/chatgpt-cli
Easy to use script to send request to the openai chatgpt api.
To make it easy for you to get started, here's a list of recommended next steps.
# Install the required python packages ./1-install.sh # Copy the openai.yaml to your home directory and add your openai api key to the file. vim openai.yaml # Define the path to openai.yaml vim mychatgpt.py # Start the script python mychatgpt.py # Tipp: Create an alias in your .bashrc alias chat="python mychatgpt.py" # Start the script just by typing chat # Example input Hello, how can I help you? Write 1 paragraph about Berlin.