persistence of the GENERIC_OPENAI_STREAMING_DISABLED setting
This commit is contained in:
parent
2570b817a8
commit
db2466e179
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user