From fc8788dd61d3f260644f585927358f1781422ffe Mon Sep 17 00:00:00 2001 From: Alex Liu Date: Mon, 18 Dec 2023 14:53:07 +0800 Subject: [PATCH] JS Client: peer dependency @google/generative-ai (#1535) ## Description of changes *Summarize the changes made by this PR.* peer dependency @google/generative-ai --- clients/js/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/js/package.json b/clients/js/package.json index 01239d07f86..c370861b65c 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -76,10 +76,14 @@ "cliui": "^8.0.1" }, "peerDependencies": { + "@google/generative-ai": "^0.1.1", "cohere-ai": "^5.0.0 || ^6.0.0", "openai": "^3.0.0 || ^4.0.0" }, "peerDependenciesMeta": { + "@google/generative-ai": { + "optional": true + }, "cohere-ai": { "optional": true }, @@ -87,4 +91,4 @@ "optional": true } } -} +} \ No newline at end of file