I have created of 10.000 small (40B) files to test upload and get files limits. All files were succesfully uploaded via FileClient.
But a function FileClient.GetFiles returns only 6175 files.
Where is the problem?
I use the latest version of OpenAI API for .NET 2.1.0-beta.1 (2024-10-01)
CURL get https://api.openai.com/v1/files
returns uncomplet list of files and Json includes this
“has_more”: true,
“first_id”: “file-…”,
“last_id”: “file-…”
But how can i get files after last_id?
1 Like