Ai_Assistant/_Backup/client/config.js
2026-05-24 13:31:30 +02:00

7 lines
228 B
JavaScript

// adjust these paths / URLs as needed
export const VRM_PATH = './models/active.vrm';
export const WS_URL = 'ws://localhost:8001/ws';
export const HTTP_URL = "http://localhost:8001";
export const MOUTH_THRESHOLD = 2;