feat: Add LiteLLM provider with automatic prompt caching support (#3380)

Signed-off-by: HikaruEgashira <account@egahika.dev>
This commit is contained in:
hikae
2025-07-19 19:07:01 +09:00
committed by GitHub
parent c38c7f16dc
commit 78b30cc0ca
8 changed files with 411 additions and 10 deletions
+1
View File
@@ -275,6 +275,7 @@ mod tests {
}
#[test]
#[serial_test::serial]
fn test_model_config_context_limit_env_vars() {
use temp_env::with_vars;