diff src/edit_course.html.luan @ 46:cc20eebaa74a

use openai tts
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 14 Aug 2025 11:27:34 +0900
parents 1d9d9786d76f
children a119fc092f42
line wrap: on
line diff
--- a/src/edit_course.html.luan	Wed Aug 13 10:31:24 2025 +0900
+++ b/src/edit_course.html.luan	Thu Aug 14 11:27:34 2025 +0900
@@ -72,6 +72,9 @@
 			<h4>AI first message (optional)</h4>
 			<textarea name=ai_first_message oninput="fixTextarea(event.target)"><%=html_encode(course.ai_first_message or "")%></textarea>
 
+			<h4>Text to speech instructions</h4>
+			<textarea name=tts_instructions oninput="fixTextarea(event.target)"><%=html_encode(course.tts_instructions or "")%></textarea>
+
 			<input type=submit>
 
 			<hr>