model_list: [] general_settings: master_key: os.environ/LITELLM_MASTER_KEY database_url: os.environ/DATABASE_URL store_model_in_db: true disable_spend_logs: false proxy_batch_write_at: 1 proxy_batch_polling_interval: 1 litellm_settings: enable_redis_auth_cache: true cache: true cache_params: type: redis host: os.environ/REDIS_HOST port: os.environ/REDIS_PORT router_settings: disable_cooldowns: true vector_store_registry: - vector_store_name: integration-config-store litellm_params: vector_store_id: vs_integration_config_store custom_llm_provider: openai api_base: os.environ/INTEGRATION_UPSTREAM_URL api_key: integration-provider-key vector_store_description: declared in tests/integration/proxy_config.yaml