mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 15:03:57 +00:00
feat(mascot): load Human mascots from GitHub manifest (#4312)
This commit is contained in:
@@ -221,6 +221,8 @@ vi.mock('../utils/config', () => ({
|
||||
DEV_JWT_TOKEN: undefined,
|
||||
MASCOT_VOICE_ID: 'JBFqnCBsd6RMkjVDRZzb',
|
||||
MASCOT_VOICE_MODEL_ID: 'eleven_multilingual_v2',
|
||||
MASCOT_MANIFEST_URL:
|
||||
'https://raw.githubusercontent.com/tinyhumansai/mascots/main/dist/mascots.json',
|
||||
}));
|
||||
|
||||
vi.mock('../services/backendUrl', () => ({
|
||||
|
||||
Reference in New Issue
Block a user