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
let request = CreateChatCompletionRequestArgs::default().max_tokens(512u32).model("gpt-4o-mini").messages([ChatCompletionRequestUserMessageArgs::default().content("Hi").build()?
.into(),]).store(true).build()?;
Thanks
The text was updated successfully, but these errors were encountered:
hugohmn
changed the title
Add **store** parameter to request
Add store parameter to request
Dec 12, 2024
Hello,
Would be great to add the new parameter store to requests, to be able to use evaluations and distillation features.
see :
https://community.openai.com/t/chat-completions-history-on-openai-dashboard/987804
https://platform.openai.com/docs/guides/distillation/send-fine-tuned
Maybe something that would look like this :
Thanks
The text was updated successfully, but these errors were encountered: