fix Cohere API key not found

This commit is contained in:
Henry
2023-05-24 13:27:38 +01:00
parent 24ceeb8671
commit 0ed8431252
2 changed files with 79 additions and 1 deletions
@@ -1,6 +1,6 @@
import { INode, INodeData, INodeParams } from '../../../src/Interface'
import { getBaseClasses } from '../../../src/utils'
import { Cohere, CohereInput } from 'langchain/llms/cohere'
import { Cohere, CohereInput } from './core'
class Cohere_LLMs implements INode {
label: string