mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Update ollama model list
This commit is contained in:
parent
c3a44b62d5
commit
ccd85ecd4f
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user