mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-26 01:25:15 +02:00
persistence of the GENERIC_OPENAI_STREAMING_DISABLED setting
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user