Add support for the store and metadata fields in ChatCompletionRequest within the openai-kotlin library. These fields are essential for integrating OpenAI’s model distillation feature, allowing developers to efficiently utilize stored responses and metadata as described in OpenAI’s distillation documentation.
Feature Description
Add support for the
store
andmetadata
fields inChatCompletionRequest
within the openai-kotlin library. These fields are essential for integrating OpenAI’s model distillation feature, allowing developers to efficiently utilize stored responses and metadata as described in OpenAI’s distillation documentation.