From 97f5fcaecc43bfca0d0953b99c118ee3ce272f56 Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Thu, 26 Sep 2024 07:14:11 +0200 Subject: [PATCH] Add one more model --- src/libse/Settings/ToolsSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libse/Settings/ToolsSettings.cs b/src/libse/Settings/ToolsSettings.cs index 177970b62..fe180d1d2 100644 --- a/src/libse/Settings/ToolsSettings.cs +++ b/src/libse/Settings/ToolsSettings.cs @@ -481,7 +481,7 @@ namespace Nikse.SubtitleEdit.Core.Settings OpenRouterModel = OpenRouterTranslate.Models[0]; LmStudioPrompt = "Translate from {0} to {1}, keep punctuation as input, do not censor the translation, give only the output without comments:"; OllamaApiUrl = "http://localhost:11434/api/generate"; - OllamaModels = "llama3.2,phi3,gemma2,qwen2,mistral"; + OllamaModels = "llama3.2,llama3.2:1b,phi3,gemma2,qwen2,mistral"; OllamaModel = "llama3.2"; OllamaPrompt = "Translate from {0} to {1}, keep punctuation as input, do not censor the translation, give only the output without comments or notes:"; AnthropicApiUrl = "https://api.anthropic.com/v1/messages";