Mercurial Hosting > lang
comparison src/lib/Chat.luan @ 9:46097e607701
romaji
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 21 Jul 2025 15:16:47 -0600 |
parents | 025bb19b65b1 |
children | 65bd7e245c63 |
comparison
equal
deleted
inserted
replaced
8:2b7dcf355a78 | 9:46097e607701 |
---|---|
59 | 59 |
60 function chat.name_html() | 60 function chat.name_html() |
61 return html_encode(chat.name) | 61 return html_encode(chat.name) |
62 end | 62 end |
63 | 63 |
64 function chat.output_system_prompt() | |
65 chat.ai.output_system_prompt(chat.ai_thread) | |
66 end | |
67 | |
64 function chat.output_messages_html() | 68 function chat.output_messages_html() |
65 chat.ai.output_messages_html(chat.ai_thread) | 69 chat.ai.output_messages_html(chat.ai_thread) |
66 end | 70 end |
67 | 71 |
68 function chat.ask(input) | 72 function chat.ask(input) |