Skip to content

Commit a0c71ba

Browse files
committed
fix test breakage
1 parent 41b4913 commit a0c71ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

async-openai/src/embedding.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ mod tests {
166166
#[tokio::test]
167167
#[cfg(not(feature = "byot"))]
168168
async fn test_cannot_use_base64_encoding_with_normal_create_request() {
169+
use crate::error::OpenAIError;
169170
let client = Client::new();
170171

171172
const MODEL: &str = "text-embedding-ada-002";

0 commit comments

Comments
 (0)