We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a7c37 commit 4d93b98Copy full SHA for 4d93b98
zhipuai/api_resource/batches.py
@@ -20,7 +20,7 @@ def __init__(self, client: "ZhipuAI") -> None:
20
def create(
21
self,
22
*,
23
- completion_window: str,
+ completion_window: str | None = None,
24
endpoint: Literal["/v1/chat/completions", "/v1/embeddings"],
25
input_file_id: str,
26
metadata: Optional[Dict[str, str]] | NotGiven = NOT_GIVEN,
0 commit comments