Mercurial Hosting > lang
diff src/new_chat.red.luan @ 69:f5e72f2d1025
add stt_prompt
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 23 Aug 2025 07:07:59 -0600 |
parents | 27758f3b2d69 |
children | 4a73af8f2203 |
line wrap: on
line diff
--- a/src/new_chat.red.luan Sat Aug 23 04:32:17 2025 -0600 +++ b/src/new_chat.red.luan Sat Aug 23 07:07:59 2025 -0600 @@ -22,6 +22,7 @@ language = course.language tts_instructions = course.tts_instructions has_ruby = course.has_ruby + stt_prompt = course.stt_prompt ai_thread = ai_init(course.ai_system_prompt) } chat.save()