Mercurial Hosting > lang
view src/private/Config_sample.luan @ 69:f5e72f2d1025
add stt_prompt
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 23 Aug 2025 07:07:59 -0600 |
parents | 5bdd4bc11123 |
children |
line wrap: on
line source
return { mail_server = { host = "mail.smtp2go.com" port = 465 username = "xxx" password = "xxx" } claude = { key = "sk-xxx" } chatgpt = { key = "sk-xxx" } push_password = "xxx" }