chatgpt-cli
chatgpt-cli copied to clipboard
Add the seed parameter
- https://platform.openai.com/docs/api-reference/chat/create#chat-create-seed
- Default should be
nil
- Hide the
json
key withomitempty
in case it isnil
- Test the reflection logic to see if pointers to strings work as expected
Note: wait until the seed parameter is no longer in Beta.