Closed smackcrane closed 1 month ago
Describe the change The store parameter recently introduced by OpenAI has been added to CompletionRequest already in #870 ; it is here added to ChatCompletionRequest, and the related metadata parameter added to both.
store
CompletionRequest
ChatCompletionRequest
metadata
Provide OpenAI documentation link https://platform.openai.com/docs/api-reference/chat/create#chat-create-store https://platform.openai.com/docs/api-reference/chat/create#chat-create-metadata
Describe your solution Simply adds new fields to the API call objects.
Tests No new tests added.
(Partly addresses) Issue: #872
Describe the change The
store
parameter recently introduced by OpenAI has been added toCompletionRequest
already in #870 ; it is here added toChatCompletionRequest
, and the relatedmetadata
parameter added to both.Provide OpenAI documentation link https://platform.openai.com/docs/api-reference/chat/create#chat-create-store https://platform.openai.com/docs/api-reference/chat/create#chat-create-metadata
Describe your solution Simply adds new fields to the API call objects.
Tests No new tests added.
(Partly addresses) Issue: #872