Chat Completions History on OpenAI Dashboard

Hi

OpenAI has recently added a chat completions history on the dashboard. I wanted to understand what all API calls are reflected in this history. I am not able to see any of the API calls (chat completions) which I have made. I am also attaching a snapshot for the same.

Thanks
Dhruv

3 Likes

Hi there and welcome to the Forum!

The short answer is that API calls are not automatically shown under Chat Completions. There’s a new parameter store which you need to set explicitly to true in order for the API calls to be reflected there.

You can find specific instructions under the following link: https://platform.openai.com/docs/guides/distillation/send-fine-tuned

The primary purpose of these stored completions is for their use in evaluations and distillations - the latter refers to the use of outputs from a large model to fine-tune a smaller model. There’s also more information on these capabilities under the link provided.

Let us know if you have any more specific questions!

2 Likes