mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-01 23:52:25 -05:00
add credential test block
This commit is contained in:
parent
f7fa0abb18
commit
638a103763
3 changed files with 11 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ import { INodeType, INodeTypeDescription, NodeConnectionType } from 'n8n-workflo
|
|||
import { textFields, textOperations } from './TextDescription';
|
||||
|
||||
const baseURL = 'https://inference.do-ai.run/v1';
|
||||
const version = '1.0.2';
|
||||
const version = '1.0.3';
|
||||
|
||||
export class ServerlessInference implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue