Fara-BrowserUse / src /config.ts
VyoJ's picture
Upload 78 files
7fcdb70 verified
raw
history blame contribute delete
344 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;