Mercurial Hosting > lang
changeset 47:3cd6f36c81d4
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 15 Aug 2025 08:00:22 +0900 |
parents | cc20eebaa74a |
children | a119fc092f42 |
files | src/view_course.html.luan |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/view_course.html.luan Thu Aug 14 11:27:34 2025 +0900 +++ b/src/view_course.html.luan Fri Aug 15 08:00:22 2025 +0900 @@ -40,11 +40,16 @@ <h3><%= course.language_name() %></h3> + <p><a href="new_chat.red?course=<%=course.id%>">new chat</a></p> + <h4>AI system prompt</h4> <pre><%=html_encode(course.ai_system_prompt)%></pre> <h4>AI first message (optional)</h4> - <pre><%=html_encode(course.ai_first_message or "")%></pre> + <pre><%=html_encode(course.ai_first_message)%></pre> + + <h4>Text to speech instructions</h4> + <pre><%=html_encode(course.tts_instructions)%></pre> </div> </body>