tfrere's picture
tfrere HF Staff
Front update (#5)
67b042f
raw
history blame
333 Bytes
// Application configuration
export const config = {
// WebSocket URL for backend connection
wsUrl: 'ws://localhost:8000/ws',
// API Base URL
apiBaseUrl: 'http://localhost:8000/api/v1',
// Default model (will be overridden by first available model from backend)
defaultModelId: 'Qwen/Qwen3-VL-8B-Instruct',
} as const;