-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When I tried to update #125 and do a full compilation including tests, I saw this line fails to compile.
async-openai/async-openai/src/file.rs
Line 87 in f28303b
let list_files = client.files().list().await.unwrap(); |
A quick fix is
let list_files = client.files().list("").await.unwrap();
but I don't know what you want to test and I see the code came from you, so probably you can fix it yourself? @64bit
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working