diff src/view_course.html.luan @ 69:f5e72f2d1025

add stt_prompt
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 23 Aug 2025 07:07:59 -0600
parents 1793510fa36a
children
line wrap: on
line diff
--- a/src/view_course.html.luan	Sat Aug 23 04:32:17 2025 -0600
+++ b/src/view_course.html.luan	Sat Aug 23 07:07:59 2025 -0600
@@ -70,6 +70,9 @@
 			<h4>Text to speech instructions</h4>
 			<pre><%=html_encode(course.tts_instructions)%></pre>
 
+			<h4>Speech to text prompt</h4>
+			<pre><%=html_encode(course.stt_prompt)%></pre>
+
 		</div>
 		<dialog delete>
 			<h2>Delete Course</h2>