feat: add tiktok tts
This commit is contained in:
+4
-1
@@ -13,6 +13,8 @@ export interface Config {
|
||||
|
||||
aws_access_id: string | undefined;
|
||||
aws_access_key: string | undefined;
|
||||
|
||||
tiktok_session_id: string | undefined;
|
||||
}
|
||||
|
||||
function loadConfig(): Config {
|
||||
@@ -33,7 +35,8 @@ function loadConfig(): Config {
|
||||
tts_elevenlabs_key: process.env.TTS_ELEVENLABS_KEY,
|
||||
steam_webapi_key: process.env.STEAM_WEBAPI_KEY,
|
||||
aws_access_id: process.env.AWS_ACCESS_ID,
|
||||
aws_access_key: process.env.AWS_ACCESS_KEY
|
||||
aws_access_key: process.env.AWS_ACCESS_KEY,
|
||||
tiktok_session_id: process.env.TIKTOK_SESSION_ID
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user