Fixing naming, handling embeddings for LocalAI also

This commit is contained in:
Keith Kacsh
2024-01-13 19:14:45 -07:00
parent 6ec1c9249b
commit 8a4b6a7224
3 changed files with 21 additions and 7 deletions
@@ -8,12 +8,12 @@ class LocalAIApi implements INodeCredential {
constructor() {
this.label = 'LocalAI API'
this.name = 'LocalAIApi'
this.name = 'localAIApi'
this.version = 1.0
this.inputs = [
{
label: 'LocalAI Api Key',
name: 'LocalAIApiKey',
name: 'localAIApiKey',
type: 'password'
}
]