Liron Levin
|
464b85b6d7
|
Pagination fields are missing from assistants list beta API (#571)
curl "https://api.openai.com/v1/assistants?order=desc&limit=20" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "OpenAI-Beta: assistants=v1"
{
"object": "list",
"data": [],
"first_id": null,
"last_id": null,
"has_more": false
}
|
2023-11-15 20:22:39 +04:00 |
|