aallam / openai-kotlin

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

Feature Request: Allow "seed" to be set in ChatCompletionRequestBuilder #364

Open topgun100 opened 5 months ago

topgun100 commented 5 months ago

Feature Description

The seed property helps improve determinisms of the chat response but it can only be set directly via the ChatCompletionRequest constructor. Please can you add a setter to ChatCompletionRequestBuilder.