comparison src/private/Config_sample.luan @ 12:2d4b3f003ec2

tts
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 24 Jul 2025 22:14:49 -0600
parents 025bb19b65b1
children 47b00cce8b53
comparison
equal deleted inserted replaced
11:003a90ce72d7 12:2d4b3f003ec2
6 password = "xxx" 6 password = "xxx"
7 } 7 }
8 claude = { 8 claude = {
9 key = "sk-xxx" 9 key = "sk-xxx"
10 } 10 }
11 azure_tts = {
12 key = "xxx"
13 region = "eastus"
14 }
11 } 15 }