n8n-nodes-cheapai
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -30,3 +30,3 @@ "use strict"; | ||
ignoreHttpStatusErrors: true, | ||
baseURL: 'https://api.openai.com/', | ||
baseURL: '={{$credentials.apiUrl}}', | ||
}, | ||
@@ -33,0 +33,0 @@ properties: [ |
{ | ||
"name": "n8n-nodes-cheapai", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "This is a simple node that allows you to insert a custom API Url for AI", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "n8n-nodes-cheapai", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "This is a simple node that allows you to insert a custom API Url for AI", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
132629