Package Exports
- node-red-contrib-simple-gemini
- node-red-contrib-simple-gemini/node.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-red-contrib-simple-gemini) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
概要
Gemini Pro APIを使ってテキスト生成を行います。
例) この画像に何が写っているか教えてください。
インストール
npm i node-red-contrib-simple-gemini
or
AdminタブからInstall
使い方
入力項目
項目 | 説明 |
---|---|
payload | 生成したいプロンプトを入力します。 |
API Key | Gemini ProのAPIキーを設定します。 |
出力項目
項目 | 説明 |
---|---|
payload | 生成されたテキストが返ってきます。 |
LINK
release
- 2023/12/14: 初回リリース(v1.0.0)