mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 09:01:06 +03:00
fix Cohere API key not found
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user