sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
Apache License 2.0
9.03k stars 1.39k forks source link

Completion request should support seed #788

Closed AjinkyaZ closed 1 month ago

AjinkyaZ commented 2 months ago

ChatCompletionRequest supports a seed value as implemented in #525 https://github.com/sashabaranov/go-openai/blob/03851d20327b7df5358ff9fb0ac96f476be1875a/chat.go#L186-L221

However, the CompletionRequest does not: https://github.com/sashabaranov/go-openai/blob/03851d20327b7df5358ff9fb0ac96f476be1875a/completion.go#L134-L154

while OpenAI docs do indicate support for it: OpenAI docs for /completions https://platform.openai.com/docs/api-reference/completions/create#completions-create-seed