Mercurial Hosting > lang
view src/lib/ai/chatgpt/Chat.luan @ 6:025bb19b65b1
use claude
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 17 Jul 2025 23:19:22 -0600 |
parents | a970b7a01a74 |
children |
line wrap: on
line source
local Luan = require "luan:Luan.luan" local error = Luan.error local Chat = {} function Chat.output_messages_html(thread) end function Chat.ask(thread,input) return nil end return Chat