-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
I would like to use Gemini Pro for planning mode but Opus and Sonnet for writing code. Specifically I need to retain the ability to select Opus or Sonnet.
I guess this may be already possible by not using any mappings? And then specifying /model gemini/gemini-1.5-pro-latest
to use the resp. Gemini model?
But it would be great if this could be configured via arbitrary .env
aliases:
FOO_MODEL = "gemini/gemini-1.5-pro-latest"
BAR_MODEL = "..."
Then, inside Claude Code:
/model foo
⎿ Set model to foo (gemini/gemini-1.5-pro-latest)
Or is this already possible/I am missing something?
Metadata
Metadata
Assignees
Labels
No labels