oh-my-zsh rework + LiteLLM model presets

This commit is contained in:
2026-05-20 21:55:29 +02:00
commit 6eef4f8077
5 changed files with 120 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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'