You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: