We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8052c2 commit 666dda5Copy full SHA for 666dda5
fish/aliases.fish
@@ -147,9 +147,9 @@ function gemi
147
# gemi "tell me a joke"
148
if test -z "$argv[1]"
149
# no markdown parsing here without some real fancy stuff. because you dont want to send to markdown renderer (glow) inbetween backticks, etc.
150
- llm chat --continue -m gemini-2.0-flash-exp
+ llm chat --continue -m gemini-2.5-flash
151
else
152
- llm prompt -m gemini-2.0-flash-exp "$argv" && echo "⬇️… and now rendered…⬇️" && llm logs -r | glow
+ llm prompt -m gemini-2.5-flash "$argv" && echo "⬇️… and now rendered…⬇️" && llm logs -r | glow
153
end
154
155
0 commit comments