mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Moved APIkey helper text, and fixed linter complaints
This commit is contained in:
@@ -4,12 +4,15 @@ class GoogleMakerSuite implements INodeCredential {
|
||||
label: string
|
||||
name: string
|
||||
version: number
|
||||
description: string
|
||||
inputs: INodeParams[]
|
||||
|
||||
constructor() {
|
||||
this.label = 'Google MakerSuite'
|
||||
this.name = 'googleMakerSuite'
|
||||
this.version = 1.0
|
||||
this.description =
|
||||
'Use the <a target="_blank" href="https://makersuite.google.com/app/apikey">Google MakerSuite API credential site</a> to get this key.'
|
||||
this.inputs = [
|
||||
{
|
||||
label: 'MakerSuite API Key',
|
||||
|
||||
Reference in New Issue
Block a user