mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Add "llama3.1" for Ollama
This commit is contained in:
parent
d25efa7b23
commit
8449ad20b4
@ -468,8 +468,8 @@ namespace Nikse.SubtitleEdit.Core.Settings
|
|||||||
GroqModel = GroqTranslate.Models[0];
|
GroqModel = GroqTranslate.Models[0];
|
||||||
LmStudioPrompt = "Translate from {0} to {1}, keep punctuation as input, do not censor the translation, give only the output without comments:";
|
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";
|
OllamaApiUrl = "http://localhost:11434/api/generate";
|
||||||
OllamaModels = "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,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";
|
||||||
OllamaModel = "llama3";
|
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:";
|
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";
|
AnthropicApiUrl = "https://api.anthropic.com/v1/messages";
|
||||||
AnthropicPrompt = "Translate from {0} to {1}, keep sentences in {1} as they are, do not censor the translation, give only the output without comments:";
|
AnthropicPrompt = "Translate from {0} to {1}, keep sentences in {1} as they are, do not censor the translation, give only the output without comments:";
|
||||||
|
Loading…
Reference in New Issue
Block a user