mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
test(rust): gate Bedrock transcription coverage
This commit is contained in:
parent
54d678f51b
commit
89b3308e92
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#![cfg(feature = "bedrock-auth")]
|
||||
|
||||
use crate::request_context::LiteLlmRequestContext;
|
||||
use crate::request_options::{BedrockOptions, RequestOptions};
|
||||
use std::io::{Read, Write};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue