From ccd85ecd4f965b3f5f13bb4c8a7b2e7fc110f70a Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Wed, 28 Aug 2024 09:23:51 +0200 Subject: [PATCH] Update ollama model list --- 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 ab2a943f6..16c40b45a 100644 --- a/src/libse/Settings/ToolsSettings.cs +++ b/src/libse/Settings/ToolsSettings.cs @@ -478,7 +478,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.1,llama3,llama2,mistral,dolphin-phi,phi,neural-chat,starling-lm,codellama,llama2-uncensored,llama2:13b,llama2:70b,orca-mini,vicuna,llava,gemma:2b,gemma:7b"; + OllamaModels = "llama3.1,phi3,gemma2,qwen2,mistral"; OllamaModel = "llama3.1"; 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";