Skip to main content

Gemini Middleware

note

The following describes general usage, if you setup your project following getting-started/install then these next steps have already been handled for you.

Gemini's Plugins depend on @acromedia/gesso-gemini-middleware to make calls to your Gemini instance.

Installation

  • pnpm install @acromedia/gesso-gemini-middleware

Setup

In your project's gesso.config.json file, add the following configuration:

{
"aiPlatform": "GEMINI"
}
info

If you haven't already setup the AI provider for Gemini please read these docs.