aallam / openai-kotlin

OpenAI API client for Kotlin with multiplatform and coroutines capabilities.
MIT License
1.5k stars 180 forks source link

Feature Request: Support for store and metadata fields in ChatCompletionRequest #396

Open cancelself opened 2 weeks ago

cancelself commented 2 weeks ago

Feature Description

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.