comparison 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
comparison
equal deleted inserted replaced
68:a366d27db8f1 69:f5e72f2d1025
68 <pre><%=html_encode(course.ai_first_message)%></pre> 68 <pre><%=html_encode(course.ai_first_message)%></pre>
69 69
70 <h4>Text to speech instructions</h4> 70 <h4>Text to speech instructions</h4>
71 <pre><%=html_encode(course.tts_instructions)%></pre> 71 <pre><%=html_encode(course.tts_instructions)%></pre>
72 72
73 <h4>Speech to text prompt</h4>
74 <pre><%=html_encode(course.stt_prompt)%></pre>
75
73 </div> 76 </div>
74 <dialog delete> 77 <dialog delete>
75 <h2>Delete Course</h2> 78 <h2>Delete Course</h2>
76 <p>Are you sure that you want to delete this course?</p> 79 <p>Are you sure that you want to delete this course?</p>
77 <div buttons> 80 <div buttons>