Mercurial Hosting > lang
comparison src/view_course.html.luan @ 60:285029931499
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 18 Aug 2025 10:18:10 +0900 |
parents | 6c78fd83518f |
children | 1793510fa36a |
comparison
equal
deleted
inserted
replaced
59:e8f632349db7 | 60:285029931499 |
---|---|
54 <% end %> | 54 <% end %> |
55 </p> | 55 </p> |
56 | 56 |
57 <p><input type=checkbox name=has_ruby <%= course.has_ruby and "checked" or "" %> disabled> Has pronunciation like {japanese|romaji}</p> | 57 <p><input type=checkbox name=has_ruby <%= course.has_ruby and "checked" or "" %> disabled> Has pronunciation like {japanese|romaji}</p> |
58 | 58 |
59 <h4>AI system prompt</h4> | 59 <h4>AI system prompt - chat instructions</h4> |
60 <pre><%=html_encode(course.ai_system_prompt)%></pre> | 60 <pre><%=html_encode(course.ai_system_prompt)%></pre> |
61 | 61 |
62 <h4>AI first message (optional)</h4> | 62 <h4>AI first message (optional)</h4> |
63 <pre><%=html_encode(course.ai_first_message)%></pre> | 63 <pre><%=html_encode(course.ai_first_message)%></pre> |
64 | 64 |