this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove Sonnet from LiteLLM config

alice 903d0130 9c2c9efc

+1 -8
+1 -8
litellm-config.yaml
··· 1 1 model_list: 2 - # Claude Opus 4.5 - primary model for this project 2 + # Claude Opus 4.5 - the only model for this project 3 3 # Routes through auth-adapter -> anthropic-proxy for OAuth-based auth 4 4 - model_name: claude-opus-4-5-20251101 5 5 litellm_params: 6 6 model: anthropic/claude-opus-4-5-20251101 7 - api_base: http://auth-adapter:4002 8 - api_key: os.environ/ANTHROPIC_PROXY_SESSION_ID 9 - 10 - # Additional Claude models for flexibility 11 - - model_name: claude-sonnet-4-20250514 12 - litellm_params: 13 - model: anthropic/claude-sonnet-4-20250514 14 7 api_base: http://auth-adapter:4002 15 8 api_key: os.environ/ANTHROPIC_PROXY_SESSION_ID 16 9