Enable empty initial prompt

This commit is contained in:
litagin02
2024-02-24 12:01:06 +09:00
parent 1dac495be1
commit 760f6c2680

View File

@@ -50,8 +50,6 @@ def do_transcribe(
):
if model_name == "":
return "Error: モデル名を入力してください。"
if initial_prompt == "":
initial_prompt = "こんにちは。元気、ですかー?私は……ふふっ、ちゃんと元気だよ!"
success, message = run_script_with_log(
[