Files
dotfiles/home/.config/models.env
T

10 lines
463 B
Bash

# LiteLLM model presets. Sourced by .zshrc; overridable per-shell.
# (Connection envs are baked into the workspace template; these are the picker.)
export MODEL_CODE='qwen3-coder-30b-a3b-instruct'
export MODEL_BIG_CODE='devstral-2-123b-instruct-2512'
export MODEL_GENERAL='qwen3.5-397b-a17b'
export MODEL_FAST='mistral-small-latest'
export MODEL_REASON='deepseek-r1-distill-llama-70b'
export MODEL_PRO='gemini-2.5-pro'
export MODEL_EMBED='text-embedding-3-large'