update add ASR MODEL
This commit is contained in:
7
src/aura/asr/modules/index.ts
Normal file
7
src/aura/asr/modules/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Asr } from '../../libs/auc.ts'
|
||||
import { auraConfig } from '../../config.ts'
|
||||
|
||||
export const asr = new Asr({
|
||||
appid: auraConfig.VOLCENGINE_AUC_APPID,
|
||||
token: auraConfig.VOLCENGINE_AUC_TOKEN,
|
||||
})
|
||||
Reference in New Issue
Block a user