fix(OpenAI Chat Model Node, Ollama Chat Model Node): Change default model to a more up-to-date option (#11293)

This commit is contained in:
Eugene
2024-10-18 09:35:33 +02:00
committed by GitHub
parent a13e142ee2
commit 0be04c6348
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ export const ollamaModel: INodeProperties = {
displayName: 'Model',
name: 'model',
type: 'options',
default: 'llama2',
default: 'llama3.2',
description:
'The model which will generate the completion. To download models, visit <a href="https://ollama.ai/library">Ollama Models Library</a>.',
typeOptions: {