Mercurial Hosting > lang
comparison src/private/Config_sample.luan @ 46:cc20eebaa74a
use openai tts
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 14 Aug 2025 11:27:34 +0900 |
parents | 47b00cce8b53 |
children | 5bdd4bc11123 |
comparison
equal
deleted
inserted
replaced
45:fef7a5c65cfb | 46:cc20eebaa74a |
---|---|
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 } | |
15 chatgpt = { | 11 chatgpt = { |
16 key = "sk-xxx" | 12 key = "sk-xxx" |
17 } | 13 } |
18 } | 14 } |