view src/private/Config_sample.luan @ 29:505185272dd7

edit chat
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 02 Aug 2025 22:39:48 -0600
parents 47b00cce8b53
children cc20eebaa74a
line wrap: on
line source

return {
	mail_server = {
		host = "mail.smtp2go.com"
		port = 465
		username = "xxx"
		password = "xxx"
	}
	claude = {
		key = "sk-xxx"
	}
	azure_tts = {
		key = "xxx"
		region = "eastus"
	}
	chatgpt = {
		key = "sk-xxx"
	}
}