diff --git a/src/mnemosyne/gateway.py b/src/mnemosyne/gateway.py index 218a38d..4858921 100644 --- a/src/mnemosyne/gateway.py +++ b/src/mnemosyne/gateway.py @@ -2303,7 +2303,9 @@ def create_app( # ) # 4b. Apply fidelity-based content replacement - _apply_fidelity(payload, session) + # DISABLED: stubs break model responses causing rapid retry loops. + # Needs investigation into what content types are safe to stub. + # _apply_fidelity(payload, session) # Place cache_control markers at optimal positions _place_cache_controls(payload)