mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
fix(e2e): resolve remaining merge markers in e2e_config
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a5121e126
commit
813d96f26e
1 changed files with 0 additions and 4 deletions
|
|
@ -145,7 +145,6 @@ WEEKLY_ANOMALY_OPT_IN_ENV = "E2E_WEEKLY_ANOMALY"
|
|||
MANAGED_FILES_OPT_IN_ENV = "E2E_MANAGED_FILES_STACK"
|
||||
PROMPT_CACHING_OPT_IN_ENV = "E2E_PROMPT_CACHING_STACK"
|
||||
REDIS_CHAOS_OPT_IN_ENV = "E2E_REDIS_CHAOS"
|
||||
<<<<<<< HEAD
|
||||
# The cost_calculation suite needs a proxy booted with LITELLM_MODEL_COST_MAP_URL
|
||||
# pointing at tests/e2e/cost_map.json (its whole map is test-owned rates) plus a
|
||||
# scripted-provider sidecar; deselected unless the opt-in env var is set.
|
||||
|
|
@ -162,9 +161,6 @@ SCRIPTED_PROVIDER_CONTROL_URL = os.environ.get(
|
|||
SCRIPTED_PROVIDER_PROXY_BASE = os.environ.get(
|
||||
"E2E_SCRIPTED_PROVIDER_PROXY_BASE", SCRIPTED_PROVIDER_CONTROL_URL
|
||||
).rstrip("/")
|
||||
||||||| 930ec9643a
|
||||
=======
|
||||
CLI_DETERMINISM_OPT_IN_ENV = "E2E_CLI_DETERMINISM"
|
||||
CLI_DETERMINISM_OPT_IN_ENV = "E2E_CLI_DETERMINISM"
|
||||
ANOMALY_SESSIONS = int(os.environ.get("E2E_ANOMALY_SESSIONS", "6"))
|
||||
ANOMALY_TURNS_PER_SESSION = int(os.environ.get("E2E_ANOMALY_TURNS_PER_SESSION", "6"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue