Open
Description
Is your feature request related to a problem? Please describe.
OpenAI recently introduced new parameters for distillation.
Describe the solution you'd like
Implement store
and metadata
fields for the chat completion request. And add a .WithStore(bool)
and .WithMetadata(map[string]string)
for the OpenAI Client.