Start your desktop ChatGPT journey with a simple command #192
chenxizhang
started this conversation in
Use cases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
You might have already experienced using ChatGPT on websites, where it can converse with you on a topic or answer any questions you have, making it seem very lifelike. Now, you can start your ChatGPT journey right from your desktop with a simple command.
Simply use the
chat
command. You can specify asystem
if you have a particular topic in mind, but this is optional.However, you need an OpenAI API Key for the command to work properly. It is generally recommended to store this key in an environment variable named
OPENAI_API_KEY
.For instructions on how to set environment variables, refer to this Microsoft documentation.
If you prefer not to set an environment variable, you can also start ChatGPT by typing
chat -api_key "your_key"
.Beta Was this translation helpful? Give feedback.
All reactions