mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-11-02 15:12:25 -06:00
fix class name error
This commit is contained in:
parent
0b1af2d430
commit
35af10edb9
2 changed files with 4 additions and 4 deletions
|
|
@ -3,9 +3,9 @@ import { INodeType, INodeTypeDescription, NodeConnectionType } from 'n8n-workflo
|
|||
import { textFields, textOperations } from './TextDescription';
|
||||
|
||||
const baseURL = 'https://inference.do-ai.run/v1';
|
||||
const version = '1.0.3';
|
||||
const version = '1.0.5';
|
||||
|
||||
export class ServerlessInference implements INodeType {
|
||||
export class DigitalOceanGradientServerlessInference implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'DigitalOcean Gradient™ AI Serverless Inference',
|
||||
documentationUrl: 'https://gradientai-sdk.digitalocean.com/api/resources/chat/subresources/completions/methods/create',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue