You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: