persistence of the GENERIC_OPENAI_STREAMING_DISABLED setting

This commit is contained in:
timothycarambat
2025-07-08 14:29:47 -07:00
parent 2570b817a8
commit db2466e179

View File

@@ -1096,6 +1096,9 @@ function dumpENV() {
// Collector API common ENV - allows bypassing URL validation checks
"COLLECTOR_ALLOW_ANY_IP",
// Allow disabling of streaming for generic openai
"GENERIC_OPENAI_STREAMING_DISABLED",
];
// Simple sanitization of each value to prevent ENV injection via newline or quote escaping.