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 address = format!("{}/chat/completions",self.base_address);
@@ -1183,12 +1183,17 @@ The Fine-tuning API only supports `.jsonl` files. The input also has certain req
1183
1183
The Batch API only supports `.jsonl` files up to 200 MB in size. The input also has a specific required [format](/docs/api-reference/batch/request-input).
1184
1184
1185
1185
Please [contact us](https://help.openai.com/) if you need to increase these storage limits. */
/** Completes the [Upload](/docs/api-reference/uploads/object).
3883
+
/** Completes the [Upload](/docs/api-reference/uploads/object).
3879
3884
3880
3885
Within the returned Upload object, there is a nested [File](/docs/api-reference/files/object) object that is ready to use in the rest of the platform.
3881
3886
@@ -3903,7 +3908,7 @@ The number of bytes uploaded upon completion must match the number of bytes init
3903
3908
Ok(serde_json::from_slice(&response_bytes)?)
3904
3909
}
3905
3910
3906
-
/** Adds a [Part](/docs/api-reference/uploads/part-object) to an [Upload](/docs/api-reference/uploads/object) object. A Part represents a chunk of bytes from the file you are trying to upload.
3911
+
/** Adds a [Part](/docs/api-reference/uploads/part-object) to an [Upload](/docs/api-reference/uploads/object) object. A Part represents a chunk of bytes from the file you are trying to upload.
3907
3912
3908
3913
Each Part can be at most 64 MB, and you can add Parts until you hit the Upload maximum of 8 GB.
0 commit comments