Commit Graph

295 Commits

Author SHA1 Message Date
9607f2192a Update rerank function to use new model preference 2026-04-17 08:35:42 +02:00
84f0bc7a4d Update ollama_admin.py to include new model preferences and checks 2026-04-17 08:34:56 +02:00
2e3855cfa3 Update model listing to include Whisper models 2026-04-17 08:34:29 +02:00
3dbe3fa790 Add model catalog functionality to backend/ollama_client.py 2026-04-17 08:34:22 +02:00
9ee177d47c Add function to list available Whisper models 2026-04-17 08:33:53 +02:00
22d45c4537 auto-git:
[add] dist/assets/index-g7N0HjkK.js
 [change] backend/app_settings.py
 [change] dist/index.html
 [unlink] dist/assets/index-BOZc6wlT.js
2026-04-17 08:33:39 +02:00
d20508649c Enhance error detection in App.jsx 2026-04-17 08:20:07 +02:00
b51e0ab891 Enhance error handling and message enrichment in App.jsx 2026-04-17 08:19:55 +02:00
218834982e auto-git:
[add] dist/assets/index-BOZc6wlT.js
 [change] dist/index.html
 [unlink] dist/assets/index-D9OFbkEX.js
2026-04-17 08:11:58 +02:00
246348e28b Add function to explain Ollama 502 errors in App.jsx 2026-04-17 08:11:58 +02:00
9e94b3a7df auto-git:
[add] dist/assets/index-D9OFbkEX.js
 [change] dist/index.html
 [unlink] dist/assets/index-BvwmOKz6.js
2026-04-17 08:01:47 +02:00
0d1541d64c Enhance App.jsx with activeSidebarModeRef and cleanup listeners 2026-04-17 08:01:46 +02:00
a83486107c Add offWindowFocus method to electronAPI 2026-04-17 08:01:46 +02:00
3f4f0c9475 auto-git:
[add] dist/assets/index-BvwmOKz6.js
 [change] dist/index.html
 [change] src/App.jsx
 [unlink] dist/assets/index-Ctu3w7qr.js
2026-04-17 04:48:56 +02:00
896d3be27f Add function to sync audio input runtime from startup status 2026-04-17 04:48:55 +02:00
2cb4fe4b41 auto-git:
[add] dist/assets/index-Ctu3w7qr.js
 [change] dist/index.html
 [change] src/App.jsx
 [unlink] dist/assets/index-DifKT69O.js
2026-04-17 04:48:17 +02:00
48c35698cb auto-git:
[add] dist/assets/index-DifKT69O.js
 [change] backend/main.py
 [change] backend/schemas.py
 [change] backend/whisper_admin.py
 [change] dist/index.html
 [change] electron/main.cjs
 [change] src/App.jsx
 [change] src/GeneralSettings.jsx
 [change] src/audioInput.js
 [unlink] dist/assets/index-Dm7DZNSo.js
2026-04-17 04:43:29 +02:00
67d9f41f17 auto-git:
[add] dist/assets/index-BFOWWhCS.css
 [add] dist/assets/index-Dm7DZNSo.js
 [change] dist/index.html
 [change] electron/main.cjs
 [change] src/App.jsx
 [unlink] dist/assets/index-CQjkNPEp.js
 [unlink] dist/assets/index-CzQQplJ5.css
2026-04-17 04:22:37 +02:00
a0c2b28591 Add audio transcription route to backend/main.py 2026-04-16 22:07:50 +02:00
7225980fb9 Import asyncio in backend/main.py 2026-04-16 22:07:50 +02:00
4447749439 Add audio transcription request and response schemas 2026-04-16 22:07:08 +02:00
86936dcb96 Extend whisper_admin.py with audio processing and transcription features 2026-04-16 22:07:05 +02:00
d5cdb85629 Add audio input settings to Electron main process 2026-04-16 22:06:10 +02:00
9301c65a93 Update styles for audio input and status display 2026-04-16 22:05:44 +02:00
7d744cf7b0 Add audio input controls to App.jsx 2026-04-16 22:05:44 +02:00
91cfac9fcf Add audio recording and transcription features to App.jsx 2026-04-16 22:05:13 +02:00
00b2d5875a Add audio input settings and effects in App.jsx 2026-04-16 22:04:50 +02:00
aaa3a1c02d Add audio recording and transcription functionality in App.jsx 2026-04-16 22:04:28 +02:00
c3af5ccc72 Add audio input and recording functionality to App.jsx 2026-04-16 22:03:48 +02:00
0d0b52b5d0 Add audio input support and related utility functions 2026-04-16 22:03:44 +02:00
5585f9d2f2 Add audio input settings to GeneralSettings component 2026-04-16 22:03:39 +02:00
1a250c8c2d Add audio input support utilities 2026-04-16 22:03:08 +02:00
88c5e5c5dd auto-git:
[add] dist/assets/index-CQjkNPEp.js
 [add] dist/assets/index-CzQQplJ5.css
 [change] dist/index.html
 [unlink] dist/assets/index-CUHp6hE9.js
 [unlink] dist/assets/index-D21amC2P.css
2026-04-16 21:34:50 +02:00
20a8af0e0e Add drag active background to main content 2026-04-16 21:34:49 +02:00
2f73fabda2 Add styles for message attachment and footer improvements 2026-04-16 21:33:21 +02:00
477c6f275a Add image attachment functionality in App.jsx 2026-04-16 21:32:27 +02:00
553b742d40 Enhance message editing UI in App.jsx 2026-04-16 21:32:06 +02:00
fcfc34d382 Add drag-and-drop functionality to chat content 2026-04-16 21:31:40 +02:00
603db28967 Ensure prompt text presence before processing 2026-04-16 21:31:40 +02:00
2e116b8701 Add drag-and-drop functionality for chat attachments and update message sending logic 2026-04-16 21:31:13 +02:00
972263d523 Add model capabilities check and update UI based on support for vision 2026-04-16 21:30:36 +02:00
c2c5385f66 Add image attachment functionality to App component 2026-04-16 21:29:55 +02:00
4f9799f6fd Add image attachment functionality to App.jsx 2026-04-16 21:29:39 +02:00
bc28b56d0b Add backend API URL input and update handling in GeneralSettings 2026-04-16 21:28:20 +02:00
e88ac88840 Add support for image attachments in chat messages and update model capabilities endpoint 2026-04-16 21:28:16 +02:00
d8784463b5 auto-git:
[add] dist/assets/index-CUHp6hE9.js
 [change] dist/index.html
 [unlink] dist/assets/index-BRSJQ8EZ.js
2026-03-31 01:08:35 +02:00
d58ed8bead Add option to open DevTools on startup in InterfaceSettings 2026-03-20 16:35:09 +01:00
c5b2c17370 Add openDevToolsOnStartup setting and related functionality 2026-03-20 16:35:04 +01:00
68bf3a7c8e Merge branch 'master' of https://giers10.uber.space/giers10/Heimgeist 2026-03-20 16:29:51 +01:00
3019336ad2 auto-git:
[add] dist/assets/index-BRSJQ8EZ.js
 [change] dist/index.html
 [unlink] dist/assets/index-CEauQ61c.js
2026-03-20 16:28:09 +01:00