Hi,
I’m trying to get Stored Completions working but they aren’t appearing in the dashboard. I’ll explain how I’m testing this and share the exact request I’m making. Haven’t found anything useful search this forum or web in general. From what I’ve read it doesn’t seem like there’s anything funky we need to do. Other indicate it has just worked. Any idea on what could be the issue or how to further troubleshoot.
I’m testing it with Postman/Curl calls. I’ve created a new project and API key. Chat completion request created using these are successful, returning completions. In the dashboard I see requests in usage > activity (nothing else is using this project and API key). Afaik our account doesn’t have any zero retention agreement. Have tried with 4o and o1-preview. stream true and false. With and without org and project headers.
Here a curl of the request:
curl https://api.openai.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-d '{
"model": "gpt-4o",
"messages": [
{
"role": "system",
"content": "You are a corporate IT support expert."
},
{
"role": "user",
"content": "How can I hide the dock on my Mac?"
}
],
"stream": false,
"store": true,
"metadata": {
"role": "manager",
"department": "accounting",
"source": "homepage"
}
}'
I’m having the same issue. Also being reported in post #1000731 which I can’t link to unfortunately (search for title " Chat Completions stopped being stored in the Dashboard since October 28th")
Heh- I’ve been staring at your older post about the API key issue, trying to figure out what I’m doing wrong!
Glad to hear its not just me experiencing the problem, thanks
@moreno1 we have never stored any. this is the first time trying. so not a limit thing. just broken.
I did see a post from some third party person that this feature is basically off the back of the 30day retention for monitoring/safety therefore that 30days is the max retention. But no idea if that’s true.
Replying here as well to bump this thread and hopefully get the attention of the dev team. This is blocking ongoing work - would love to have this fixed ASAP. Thanks!
Hi all, sorry for this hiccup here, and thank you for raising the issue. Our team just restored this functionality, and stored completions should be back up and running - let us know if there are any other issues!