diff --git a/src/agentscope/models/zhipu_model.py b/src/agentscope/models/zhipu_model.py index 9e7214f59..5c33e2b45 100644 --- a/src/agentscope/models/zhipu_model.py +++ b/src/agentscope/models/zhipu_model.py @@ -42,7 +42,7 @@ def __init__( The API key for ZhipuAI API. If not specified, it will be read from the environment variable. client_args (`dict`, default `None`): - The extra keyword arguments to initialize the OpenAI client. + The extra keyword arguments to initialize the ZhipuAI client. generate_args (`dict`, default `None`): The extra keyword arguments used in zhipuai api generation, e.g. `temperature`, `seed`.