We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b4913 commit a0c71baCopy full SHA for a0c71ba
async-openai/src/embedding.rs
@@ -166,6 +166,7 @@ mod tests {
166
#[tokio::test]
167
#[cfg(not(feature = "byot"))]
168
async fn test_cannot_use_base64_encoding_with_normal_create_request() {
169
+ use crate::error::OpenAIError;
170
let client = Client::new();
171
172
const MODEL: &str = "text-embedding-ada-002";
0 commit comments