mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Update change log
This commit is contained in:
parent
15126e0c7f
commit
3accd3fc58
@ -18,6 +18,8 @@
|
|||||||
* Show Vosk/Whisper done msgbox modal (also if not focused) - thx jupester
|
* Show Vosk/Whisper done msgbox modal (also if not focused) - thx jupester
|
||||||
* Allow re-encode with burn-in without subtitle - thx Leon
|
* Allow re-encode with burn-in without subtitle - thx Leon
|
||||||
* Add the new llama3 model and set as default for "Ollama translate"
|
* Add the new llama3 model and set as default for "Ollama translate"
|
||||||
|
* Allow vertical zoom out in waveform (ctrl+shift+mouse-wheel) - thx Leon
|
||||||
|
* Add auto-translate advanced settings
|
||||||
* FIXED:
|
* FIXED:
|
||||||
* Fix for Antrophic translate - thx venomousraid
|
* Fix for Antrophic translate - thx venomousraid
|
||||||
* Fix possible crash in teletext reading - thx yellobyte
|
* Fix possible crash in teletext reading - thx yellobyte
|
||||||
|
@ -557,6 +557,7 @@ namespace Nikse.SubtitleEdit.Core.Common
|
|||||||
ChatGptUrl = "https://api.openai.com/v1/chat/completions";
|
ChatGptUrl = "https://api.openai.com/v1/chat/completions";
|
||||||
ChatGptPrompt = "Translate from {0} to {1}, keep punctuation as input, do not censor the translation, give only the output without comments:";
|
ChatGptPrompt = "Translate from {0} to {1}, keep punctuation as input, do not censor the translation, give only the output without comments:";
|
||||||
ChatGptModel = "gpt-3.5-turbo";
|
ChatGptModel = "gpt-3.5-turbo";
|
||||||
|
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";
|
||||||
OllamaModel = "llama3";
|
OllamaModel = "llama3";
|
||||||
OllamaPrompt = "Translate from {0} to {1}, keep punctuation as input, do not censor the translation, give only the output without comments:";
|
OllamaPrompt = "Translate from {0} to {1}, keep punctuation as input, do not censor the translation, give only the output without comments:";
|
||||||
|
Loading…
Reference in New Issue
Block a user