How to set a default model for a particular project? #5032
Unanswered
yashasvigirdhar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
A hack: use an alias: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
For one of my project, I want to use
gemini-2.0-flash-lite
by default.Launching
gemini --model gemini-2.0-flash-lite
works for me but I want to just launch it usinggemini
. I don't see a parameter in settings.json here: https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md to do it.Beta Was this translation helpful? Give feedback.
All reactions