|
|
4ea55457a5
|
Add model picker options and state management in App.jsx
|
2026-04-17 10:48:01 +02:00 |
|
|
|
ccd930f11d
|
auto-git:
[change] dist/index.html
[unlink] dist/assets/index-CY4Ajh2W.js
|
2026-04-17 10:33:45 +02:00 |
|
|
|
50827fd8cf
|
Refactor chat title sanitization logic in backend and frontend
|
2026-04-17 10:33:44 +02:00 |
|
|
|
3f3377118c
|
auto-git:
[add] dist/assets/index-CY4Ajh2W.js
[add] dist/assets/index-DI47K8n5.css
[change] dist/index.html
[unlink] dist/assets/index-BFOWWhCS.css
[unlink] dist/assets/index-MTrbilRB.js
|
2026-04-17 10:24:48 +02:00 |
|
|
|
9849ba54ed
|
Update GeneralSettings.jsx to adjust error and loading conditions
|
2026-04-17 10:24:45 +02:00 |
|
|
|
5c00010b0a
|
Add styles for changelog panel and list
|
2026-04-17 10:22:55 +02:00 |
|
|
|
cb872e0227
|
Implement changelog functionality in GeneralSettings.jsx
|
2026-04-17 10:22:50 +02:00 |
|
|
|
4857eee154
|
Add getChangelogPage to preload.cjs
|
2026-04-17 10:22:50 +02:00 |
|
|
|
6e9ae778f1
|
Add changelog retrieval functionality in electron/main.cjs
|
2026-04-17 10:21:58 +02:00 |
|
|
|
363fb2aba1
|
auto-git:
[add] dist/assets/index-MTrbilRB.js
[change] dist/index.html
[unlink] dist/assets/index-D_Wipza2.js
|
2026-04-17 09:07:25 +02:00 |
|
|
|
d85a68ed3c
|
Update GeneralSettings.jsx to handle 'General' panel changes
|
2026-04-17 09:07:25 +02:00 |
|
|
|
2cbb4544b0
|
auto-git:
[add] dist/assets/index-D_Wipza2.js
[change] dist/index.html
[change] src/App.jsx
[unlink] dist/assets/index-CeOPmacy.js
|
2026-04-17 09:06:15 +02:00 |
|
|
|
89976f656d
|
Refactor GeneralSettings.jsx to organize settings by panel and improve UI structure
|
2026-04-17 09:02:37 +02:00 |
|
|
|
89a85a561f
|
Remove unused backend URL and stream toggle handlers in GeneralSettings.jsx
|
2026-04-17 09:00:58 +02:00 |
|
|
|
8091b054c1
|
Update GeneralSettings.jsx to conditionally load model catalog and handle panel changes
|
2026-04-17 09:00:50 +02:00 |
|
|
|
8c5b8c404c
|
Simplify GeneralSettings component by removing unused variables and props
|
2026-04-17 09:00:25 +02:00 |
|
|
|
f06864c72b
|
Add backend and Ollama API URL settings in WebsearchSettings.jsx
|
2026-04-17 09:00:04 +02:00 |
|
|
|
b7f62ce884
|
Add stream output toggle in InterfaceSettings
|
2026-04-17 08:59:47 +02:00 |
|
|
|
088be29a8d
|
Update settings submenu and audio input default state
|
2026-04-17 08:59:43 +02:00 |
|
|
|
ac427bc99f
|
auto-git:
[add] dist/assets/index-CeOPmacy.js
[change] dist/index.html
[unlink] dist/assets/index-Bt01BsHn.js
|
2026-04-17 08:48:28 +02:00 |
|
|
|
e332515585
|
Update model catalog fetching and loading state handling
|
2026-04-17 08:48:27 +02:00 |
|
|
|
e9b96812f2
|
Refactor model details caching and vision support checks in ollama_client.py
|
2026-04-17 08:46:43 +02:00 |
|
|
|
d8a8e9be20
|
auto-git:
[add] dist/assets/index-Bt01BsHn.js
[change] dist/index.html
[unlink] dist/assets/index-g7N0HjkK.js
|
2026-04-17 08:41:27 +02:00 |
|
|
|
20e5527a22
|
Ensure settings hydration only occurs if not cancelled
|
2026-04-17 08:41:26 +02:00 |
|
|
|
b24d29c694
|
Add settings hydration state to GeneralSettings.jsx
|
2026-04-17 08:40:22 +02:00 |
|
|
|
826fd29278
|
Add handlers for vision and transcription model changes in App.jsx
|
2026-04-17 08:40:22 +02:00 |
|
|
|
7aa433b182
|
Update conditional rendering based on selectedVisionModelSupportsVision
|
2026-04-17 08:40:22 +02:00 |
|
|
|
6d1a8788fa
|
Update variable names in App.jsx
|
2026-04-17 08:40:22 +02:00 |
|
|
|
950a00d84e
|
Update model checks in App.jsx
|
2026-04-17 08:38:50 +02:00 |
|
|
|
549ea2d02e
|
Enhance conversation handling with vision model support
|
2026-04-17 08:38:31 +02:00 |
|
|
|
a44240f02e
|
Add model parameter to audio transcription payload
|
2026-04-17 08:38:31 +02:00 |
|
|
|
e7ee53ddb0
|
Add vision and transcription model support in App.jsx
|
2026-04-17 08:38:17 +02:00 |
|
|
|
c6a13687ee
|
Update GeneralSettings.jsx to include model selection dropdowns and descriptions
|
2026-04-17 08:37:38 +02:00 |
|
|
|
ae0ec60400
|
auto-git:
[change] src/GeneralSettings.jsx
|
2026-04-17 08:37:28 +02:00 |
|
|
|
c03a8d1bd7
|
Add support for vision and transcription models in GeneralSettings.jsx
|
2026-04-17 08:37:23 +02:00 |
|
|
|
ecec4d09ea
|
Add support for new models and settings in Electron app
|
2026-04-17 08:35:42 +02:00 |
|
|
|
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 |
|