mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix: exclude Rust messages rollout flag from env docs check
Co-Authored-By: Ishaan Jaffer <155045088+ishaan-berri@users.noreply.github.com>
This commit is contained in:
parent
e97dacce26
commit
93be28e6dc
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ EXCLUDED_GUARD_ONLY_VARS = {
|
|||
# Temporary/internal rollout flags are intentionally not added to the public
|
||||
# environment settings docs until the feature is ready for broad use.
|
||||
EXCLUDED_ROLLOUT_FLAGS = {
|
||||
"LITELLM_USE_RUST_MESSAGES",
|
||||
"LITELLM_USE_RUST_OCR",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue