mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-30 23:02:25 -05: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'; | import { textFields, textOperations } from './TextDescription'; | ||||||
| 
 | 
 | ||||||
| const baseURL = 'https://inference.do-ai.run/v1'; | 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 = { | 	description: INodeTypeDescription = { | ||||||
| 		displayName: 'DigitalOcean Gradient™ AI Serverless Inference', | 		displayName: 'DigitalOcean Gradient™ AI Serverless Inference', | ||||||
| 		documentationUrl: 'https://gradientai-sdk.digitalocean.com/api/resources/chat/subresources/completions/methods/create', | 		documentationUrl: 'https://gradientai-sdk.digitalocean.com/api/resources/chat/subresources/completions/methods/create', | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| { | { | ||||||
|   "name": "@digitalocean/n8n-nodes-digitalocean-gradient-serverless-inference", |   "name": "@digitalocean/n8n-nodes-digitalocean-gradient-serverless-inference", | ||||||
|   "version": "1.0.3", |   "version": "1.0.5", | ||||||
|   "description": "This is an n8n community node for the DigitalOcean Gradient™ AI Platform Serverless Inference API", |   "description": "This is an n8n community node for the DigitalOcean Gradient™ AI Platform Serverless Inference API", | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|     "n8n-community-node-package" |     "n8n-community-node-package" | ||||||
|  | @ -36,7 +36,7 @@ | ||||||
|       "dist/credentials/DigitalOceanServerlessInferenceApi.credentials.js" |       "dist/credentials/DigitalOceanServerlessInferenceApi.credentials.js" | ||||||
|     ], |     ], | ||||||
|     "nodes": [ |     "nodes": [ | ||||||
|       "dist/nodes/ServerlessInference/DigitalOceanGradientServerlessInference.node.ts" |       "dist/nodes/ServerlessInference/DigitalOceanGradientServerlessInference.node.js" | ||||||
|     ] |     ] | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue