General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
120
> The project has completely moved to GitHub. Please click on the following link to visit the new repository.
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
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.