mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix(rust): gate Bedrock-only type import
This commit is contained in:
parent
ecc03d81ae
commit
730388d621
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ use std::time::Duration;
|
|||
use serde::{Deserialize, Serialize};
|
||||
use serde_json::{Map, Value};
|
||||
|
||||
#[cfg(feature = "bedrock-auth")]
|
||||
use crate::request_options::BedrockOptions;
|
||||
|
||||
use super::transformation::{AudioTranscriptionAuth, AudioTranscriptionProviderConfig};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue