mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Feat/update ollama for function calling (#2892)
update ollama for function calling
This commit is contained in:
@@ -43,6 +43,7 @@ class ChatOllamaFunction_ChatModels implements INode {
|
||||
this.type = 'ChatOllamaFunction'
|
||||
this.icon = 'Ollama.svg'
|
||||
this.category = 'Chat Models'
|
||||
this.badge = 'DEPRECATING'
|
||||
this.description = 'Run open-source function-calling compatible LLM on Ollama'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(OllamaFunctions)]
|
||||
this.inputs = [
|
||||
|
||||
Reference in New Issue
Block a user