JSPM

node-red-contrib-simple-gemini

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q37094F
  • License MIT

Gemini Pro APIを使ってプロンプトからテキストを生成してくれます。

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

platform npm downloads MIT License

概要

Gemini Pro APIを使ってテキスト生成を行います。

例) この画像に何が写っているか教えてください。

インストール

npm i node-red-contrib-simple-gemini

or

AdminタブからInstall

使い方

入力項目

項目 説明
payload 生成したいプロンプトを入力します。
API Key Gemini ProのAPIキーを設定します。

出力項目

項目 説明
payload 生成されたテキストが返ってきます。

release

  • 2023/12/14: 初回リリース(v1.0.0)