Timothy J. Baek
f91a6b63d1
feat: message components refac
2023-12-29 23:03:48 -08:00
Timothy Jaeryang Baek
b919ac76af
Merge branch 'main' into fix-openai-settings
2023-12-29 21:05:49 -05:00
Timothy Jaeryang Baek
39b8e4430e
Merge branch 'main' into refac/auth-middleware
2023-12-29 12:45:46 -05:00
Timothy Jaeryang Baek
3ae1a5b14d
Merge pull request #325 from ollama-webui/doc-update
...
doc: important note update
2023-12-29 12:42:54 -05:00
Timothy J. Baek
78d095ad9d
doc: important note update
2023-12-29 09:41:46 -08:00
Timothy Jaeryang Baek
c540b75c09
Merge pull request #324 from ollama-webui/doc-update
...
doc: troubleshooting
2023-12-29 12:31:45 -05:00
Timothy J. Baek
28a3d59955
feat: update troubleshooting messages
2023-12-29 09:29:54 -08:00
Timothy J. Baek
ec87a5e795
doc: troubleshooting update
2023-12-29 09:29:12 -08:00
Timothy J. Baek
36d2a589d2
doc: clarity
2023-12-29 09:05:43 -08:00
David Young
431b710e46
Settings were being referenced incorrectly and as a result, no settings were being sent to openai endpoint. Added num_predict slider in advanced UI. Also added seed, stop and max_tokens (uses num_predict) being sent to openai endpoint.
2023-12-29 16:09:59 +00:00
Timothy Jaeryang Baek
87f5e72eeb
Merge pull request #315 from ollama-webui/account-settings
...
feat: account settings
2023-12-29 03:33:28 -05:00
Timothy J. Baek
d5bc54b8f8
fix: update password
2023-12-29 00:31:23 -08:00
Timothy J. Baek
500f61b7ee
chore: update password refac
2023-12-29 00:29:18 -08:00
Timothy J. Baek
d8bb19fd8a
feat: change password frontend added
2023-12-29 00:26:47 -08:00
Timothy J. Baek
9bd48ffd93
feat: change password support
2023-12-29 00:12:30 -08:00
Timothy Jaeryang Baek
450b9b6aef
Merge branch 'main' into account-settings
2023-12-29 02:32:40 -05:00
Timothy J. Baek
136eb18fb0
feat: account settings
2023-12-28 23:32:25 -08:00
Timothy Jaeryang Baek
3fce09eb3d
Merge pull request #314 from ollama-webui/delete-user
...
feat: delete user
2023-12-29 02:30:57 -05:00
Timothy J. Baek
5b4bf45ad2
fix: delete auth with user
2023-12-28 23:24:51 -08:00
Timothy J. Baek
48cc2c5053
chore: delete user backend refac
2023-12-28 23:17:58 -08:00
Timothy J. Baek
7fade0bb2f
feat: delete user button added to admin page
2023-12-28 23:12:58 -08:00
Timothy J. Baek
ad1cb5fc25
fix: disable admin self user delete
2023-12-28 23:07:46 -08:00
Timothy J. Baek
b61bb77950
feat: delete user backend support
2023-12-28 23:02:49 -08:00
Anuraag Jain
a01b112f7f
feat(auth): add auth middleware
...
- refactored chat routes to use request.user instead of doing authentication in every route
2023-12-28 22:15:54 +02:00
Daniele Viti
d8aa169748
Merge pull request #2 from braveokafor/helm-node-selectors
...
Added nodeSelectors for allocating GPU nodePools in the cloud and configured volumes for WebUI
2023-12-28 20:23:00 +01:00
Timothy Jaeryang Baek
8370465796
Merge pull request #308 from anuraagdjain/fix/model-saving
...
fix(model-selector): prevent saving empty default model
2023-12-28 13:22:24 -05:00
Anuraag Jain
22a8fa2f10
Merge branch 'fix/model-saving' of https://github.com/anuraagdjain/ollama-webui into fix/model-saving
2023-12-28 20:19:56 +02:00
Anuraag Jain
5ee58e1c79
revert: vite config, hmr works without it
2023-12-28 20:19:09 +02:00
Anuraag D Jain
1da6d23d5c
Merge branch 'main' into fix/model-saving
2023-12-28 20:10:46 +02:00
Timothy Jaeryang Baek
46f131cc7c
Merge pull request #309 from ollama-webui/https-fix
...
fix: api route issue over https
2023-12-28 12:59:58 -05:00
Timothy J. Baek
bdc131378f
fix: trailing slash added to api routes
2023-12-28 09:55:54 -08:00
Timothy J. Baek
f70fadd70c
fix: https connection issue
2023-12-28 09:52:30 -08:00
Anuraag Jain
4d3754980d
fix(model-selector): prevent saving empty default model
...
- throw a toast error when user is trying to click on `set as default` without actually choosing the model(s).
- feat: added hmr for local development. use `npm run dev` and you get the hmr when debugging.
2023-12-28 18:06:17 +02:00
braveokafor
b42b2e7890
Added nodeSelectors for allocating GPU nodePools in the cloud and configured volumes for WebUI
2023-12-28 16:28:09 +01:00
Daniele Viti
2cf9166ece
Merge pull request #1 from qrkourier/helm-optional-ingress
...
let ingress be enabled by default
2023-12-28 12:42:00 +01:00
Timothy Jaeryang Baek
72524272f0
Merge pull request #304 from ollama-webui/keyboard-shortcut
...
feat: keyboard shortcuts
2023-12-28 05:48:11 -05:00
Timothy J. Baek
1f5bfe67a1
feat: keyboard shortcuts
2023-12-28 02:46:57 -08:00
Timothy Jaeryang Baek
349e3074d7
Merge pull request #302 from ollama-webui/about-discord-badge
...
feat: discord badge added to about
2023-12-28 00:14:32 -05:00
Timothy J. Baek
adb4b5d22f
feat: discord badge added to about
2023-12-27 21:13:02 -08:00
Timothy Jaeryang Baek
8e529711da
Merge pull request #301 from ollama-webui/stop-param-fix
...
fix: stop param to list
2023-12-27 23:52:27 -05:00
Timothy J. Baek
e341332527
fix: stop param to list
2023-12-27 20:51:19 -08:00
Timothy Jaeryang Baek
42f860bbba
Merge pull request #300 from ollama-webui/doc-fix
...
doc: troubleshooting command update
2023-12-27 23:09:25 -05:00
Timothy J. Baek
eb171553fd
doc: troubleshooting command update
2023-12-27 20:08:04 -08:00
Timothy Jaeryang Baek
87c856c306
Merge pull request #299 from ollama-webui/sidebar-button-fix
...
fix: sidebar button click register issue
2023-12-27 22:51:05 -05:00
Timothy J. Baek
339c9125a7
fix: sidebar button click register issue
2023-12-27 19:49:24 -08:00
Timothy Jaeryang Baek
657318ae9b
Merge pull request #298 from ollama-webui/import-modelfiles
...
feat: import modelfiles
2023-12-27 22:45:10 -05:00
Timothy J. Baek
a5fbff7313
feat: import modelfiles
2023-12-27 19:43:25 -08:00
Timothy Jaeryang Baek
f752ba6474
Merge pull request #297 from ollama-webui/auth-fix
...
fix: save auth email as lowercase
2023-12-27 22:14:36 -05:00
Timothy J. Baek
c31ff1f679
fix: save email as lowercase
2023-12-27 19:10:56 -08:00
Kenneth Bingham
02ce0c47f4
let ingress be enabled by default
2023-12-27 19:49:51 -05:00