Skip to content

Commit e2d7e8a

Browse files
author
jinhaiyang
committed
【翻译api】翻译api-test
1 parent 2dccf31 commit e2d7e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zhipuai/api_resource/assistant/assistant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def conversation(
3434
self,
3535
assistant_id: str,
3636
messages: List[assistant_create_params.ConversationMessage],
37+
model: str = None,
3738
*,
3839
stream: Optional[Literal[False]] | Literal[True] | NotGiven = NOT_GIVEN,
3940
conversation_id: Optional[str] = None,

0 commit comments

Comments
 (0)