Skip to content

Instantly share code, notes, and snippets.

@dezren39
Last active February 3, 2024 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dezren39/06e6e612b8bfd55491c5330b2f54f704 to your computer and use it in GitHub Desktop.
Save dezren39/06e6e612b8bfd55491c5330b2f54f704 to your computer and use it in GitHub Desktop.
x mods powershell conversational
Invoke-Expression (&starship init powershell)
Import-Module HistoryPx
function xx(
[Parameter(Position = 0, ValueFromPipeline = $true)]$1,
[Parameter(Position = 1, ValueFromRemainingArguments = $true, ValueFromPipeline = $true)]$2
) {
function x(
[Parameter(Position = 0, ValueFromPipeline = $true)]$3,
[Parameter(Position = 1, ValueFromRemainingArguments = $true, ValueFromPipeline = $true)]$4
) {
mods --model 'gpt-4-1106-preview' --continue "$1$2" $3 $4
}
}
. xx 82a9750
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment