Skip to content

Commit 666dda5

Browse files
committed
gemini 2.5
1 parent e8052c2 commit 666dda5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fish/aliases.fish

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ function gemi
147147
# gemi "tell me a joke"
148148
if test -z "$argv[1]"
149149
# 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
150+
llm chat --continue -m gemini-2.5-flash
151151
else
152-
llm prompt -m gemini-2.0-flash-exp "$argv" && echo "⬇️… and now rendered…⬇️" && llm logs -r | glow
152+
llm prompt -m gemini-2.5-flash "$argv" && echo "⬇️… and now rendered…⬇️" && llm logs -r | glow
153153
end
154154
end
155155

0 commit comments

Comments
 (0)