known-types-openai 0.1.4

Well-known types for OpenAI APIs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// This is free and unencumbered software released into the public domain.

//! **OpenAI API: Files**
//!
//! Files are used to upload documents that can be used with features like
//! [Assistants][/docs/api-reference/assistants],
//! [Fine-tuning][/docs/api-reference/fine-tuning], and [Batch
//! API][/docs/guides/batch].
//!
//! [/docs/api-reference/assistants]: https://platform.openai.com/docs/api-reference/assistants
//! [/docs/api-reference/fine-tuning]: https://platform.openai.com/docs/api-reference/fine-tuning
//! [/docs/guides/batch]: https://platform.openai.com/docs/guides/batch