chore: modify E2E test configuration by updating global LLM model IDs to negative values for improved test isolation

This commit is contained in:
Anish Sarkar 2026-05-12 03:30:01 +05:30
parent 0b9fc00663
commit bed2041a1b
2 changed files with 225 additions and 178 deletions

View file

@ -38,7 +38,7 @@ router_settings:
cooldown_time: 1
global_llm_configs:
- id: 1001
- id: -9001
name: "E2E Fake Auto Model (premium)"
billing_tier: "premium"
anonymous_enabled: false
@ -54,7 +54,7 @@ global_llm_configs:
litellm_params:
model: "openai/fake-e2e-model-premium"
- id: 1002
- id: -9002
name: "E2E Fake Auto Model (free)"
billing_tier: "free"
anonymous_enabled: false