Open akshaylb opened 1 month ago
I think this is added with: https://github.com/sashabaranov/go-openai/pull/870
Not sure about .WithStore(bool)
and .WithMetadata(map[string]string)
though.
Hmm, it seems like Store
option is not added yet for Chat Completions.
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
andmetadata
fields for the chat completion request. And add a.WithStore(bool)
and.WithMetadata(map[string]string)
for the OpenAI Client.