Update ollama model list

This commit is contained in:
Nikolaj Olsson 2024-08-28 09:23:51 +02:00
parent c3a44b62d5
commit ccd85ecd4f

View File

@ -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";