mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-19 18:45:15 +02:00
chore: modify E2E test configuration by updating global LLM model IDs to negative values for improved test isolation
This commit is contained in:
parent
0b9fc00663
commit
bed2041a1b
2 changed files with 225 additions and 178 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue