Aliases for commands and parameters #195
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
Uh oh!
There was an error while loading. Please reload this page.
-
PowerShell allows for the definition of aliases for commands and parameters, greatly facilitating the usage habits of different users. In this module, we have fully utilized this feature, defining aliases for the main commands and parameters.
Tip
These aliases have intelligent sense prompts when you type them in the PowerShell window. You can type one or two characters and then press the
tab
key to complete them.Commands and Aliases
chat
,chatgpt
,gpt
gpt
to refer to scenarios of generating text directly.image
,dall
Parameters and Aliases
New-ChatGPTConversation
key
,token
,accesstoken
,access_token
engine
,deployment
variables
out
New-ImageGeneration
key
,token
,accesstoken
,access_token
out
env
Beta Was this translation helpful? Give feedback.
All reactions