chore(user/malte): new gpt just dropped
This commit is contained in:
parent
4af6cbe99a
commit
a8f251eb83
|
@ -61,7 +61,8 @@
|
||||||
decklog = "ssh deck@polymita-picta gamelog";
|
decklog = "ssh deck@polymita-picta gamelog";
|
||||||
|
|
||||||
g = "heygpt";
|
g = "heygpt";
|
||||||
g4 = "heygpt --model gpt-4-1106-preview";
|
g4 = "heygpt --model gpt-4o";
|
||||||
|
c4 = "c --model gpt-4o";
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
# Prefix for date-based files/folders
|
# Prefix for date-based files/folders
|
||||||
|
@ -75,7 +76,7 @@
|
||||||
'';
|
'';
|
||||||
nonix = "sed 's:/nix/store/[^-]\\+-\\([^/ ]*\\):< \\1>:g'";
|
nonix = "sed 's:/nix/store/[^-]\\+-\\([^/ ]*\\):< \\1>:g'";
|
||||||
c = ''
|
c = ''
|
||||||
heygpt --system "Imagine you are linux terminal command selector. I will describe task, and you will respond only using linux command, without description, without explanation." $argv
|
heygpt --system "Imagine you are linux terminal command selector. I will describe a task, and you will respond only using the linux command, without description, without explanation. Don't try to run anything. Just assemble a command and display it." $argv
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue