diff --git a/desktop/src/app.tsx b/desktop/src/app.tsx index 1f1380bd..5a48b7ce 100644 --- a/desktop/src/app.tsx +++ b/desktop/src/app.tsx @@ -3,7 +3,7 @@ import path from 'path' import os from 'os' import { dialog, getCurrentWindow } from '@electron/remote' -const API_URL = 'http://127.0.0.1:5001' +const API_URL = 'http://127.0.0.1:7734' type Message = { sender: 'bot' | 'human'