We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e910ef5 commit 4e9abeeCopy full SHA for 4e9abee
libs/langchain-community/src/embeddings/zhipuai.ts
@@ -48,7 +48,7 @@ export class ZhipuAIEmbeddings
48
{
49
modelName: ZhipuAIEmbeddingsParams["modelName"] = "embedding-2";
50
51
- apiKey: string;
+ apiKey?: string;
52
53
stripNewLines = true;
54
0 commit comments