Skip to content

Commit

Permalink
JS Client: peer dependency @google/generative-ai (#1535)
Browse files Browse the repository at this point in the history
## Description of changes

*Summarize the changes made by this PR.*
peer dependency @google/generative-ai
  • Loading branch information
LarchLiu authored Dec 18, 2023
1 parent 0214259 commit fc8788d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,19 @@
"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
},
"openai": {
"optional": true
}
}
}
}

0 comments on commit fc8788d

Please sign in to comment.