9 lines
339 B
JSON
9 lines
339 B
JSON
{
|
|
"weather": { "api_key": "" },
|
|
"spotify": { "client_id": "", "client_secret": "", "refresh_token": "" },
|
|
"smtp": { "host": "", "port": "587", "user": "", "pass": "" },
|
|
"discord": { "webhook": "" },
|
|
"github": { "token": "" },
|
|
"custom1": { "name": "", "key": "" },
|
|
"venice": { "api_key": "", "model": "gemma-4-uncensored" }
|
|
}
|