Commit Graph
9221 Commits
Author SHA1 Message Date
Timothy Jaeryang Baek 9c1aa92451 Merge branch 'main' into feat/delete-message 2024-02-22 20:57:46 -05:00
Timothy J. Baek a3a0e18307 Update Messages.svelte 2024-02-22 17:54:22 -08:00
Timothy J. Baek eaa6850431 Update Messages.svelte 2024-02-22 17:53:58 -08:00
Timothy Jaeryang Baek b0f3ae5708 Merge pull request #855 from Lanhild/patch-2
Use semantic versioning
2024-02-22 20:05:20 -05:00
Loan J e1dc6d3f81 Update package.json 2024-02-22 19:09:22 -05:00
Timothy Jaeryang Baek 1b91e7f057 Merge pull request #852 from open-webui/doc
Update README.md
2024-02-22 17:07:20 -05:00
Timothy J. Baek 50355fd02b Update README.md 2024-02-22 14:07:01 -08:00
Timothy Jaeryang Baek 6bed7b1d34 Merge pull request #850 from open-webui/version-fix
fix: version
2024-02-22 16:37:37 -05:00
Timothy J. Baek 97d9ecadcf fix: version 2024-02-22 13:36:44 -08:00
Timothy Jaeryang Baek a481255379 Merge pull request #839 from Lanhild/patch-1
Add release creation workflow
2024-02-22 16:29:25 -05:00
Patrice-Gaudicheau 5adff7767f Adding Makefile and LLM update script 2024-02-22 22:00:59 +01:00
Loan J a3eb7157f0 Update build-release.yml 2024-02-22 12:06:20 -05:00
Jannik Streidl 9b27d952f8 better error handling 2024-02-22 15:42:35 +01:00
Jannik Streidl 06f53a6882 settings fix -> updates value directly 2024-02-22 15:35:31 +01:00
Jannik Streidl 4bb5b3db0a added animations 2024-02-22 15:20:48 +01:00
Timothy J. Baek 9b6dca3d7f feat: litellm frontend integration 2024-02-22 04:12:26 -08:00
Timothy J. Baek de0084c8df feat: litellm integration 2024-02-22 03:22:23 -08:00
Jannik Streidl e1e1cb9fd4 removed comments 2024-02-22 12:16:10 +01:00
Jannik Streidl 56c4ee0fff styling fix 2024-02-22 12:03:45 +01:00
Jannik Streidl 230f787da1 first draft 2024-02-22 11:54:55 +01:00
Timothy J. Baek 7b27a96e14 Update About.svelte 2024-02-22 02:03:24 -08:00
Timothy Jaeryang Baek 5fd1acbd99 Merge pull request #840 from justinh-rahb/patch-1
Update `### Updating` instructions
2024-02-21 22:10:33 -05:00
Timothy Jaeryang Baek 210122f1e2 Merge pull request #838 from open-webui/image-generation
feat: stable diffusion integration
2024-02-21 22:08:29 -05:00
Timothy J. Baek dc705c4984 refac: settings 2024-02-21 19:06:27 -08:00
Timothy J. Baek 797ed9ac7f feat: allow enabling after url is provided 2024-02-21 18:57:53 -08:00
Timothy J. Baek d863e7e60b feat: save message 2024-02-21 18:50:41 -08:00
Timothy J. Baek cc50cc10e6 feat: sd frontend integration 2024-02-21 18:36:40 -08:00
Timothy J. Baek 733e963c44 feat: sd backend integration 2024-02-21 18:12:01 -08:00
Timothy J. Baek 7a730c3f0f refac: versioning using package 2024-02-21 17:10:27 -08:00
Justin Hayes 3cb0a384ee Update ### Updating instructions
Much easier method.
2024-02-21 19:42:46 -05:00
Loan J c89c27d351 Add release creation workflow 2024-02-21 18:46:33 -05:00
Timothy J. Baek b740fa3a7b fix: connection renamed to connections 2024-02-21 13:43:03 -08:00
Timothy J. Baek 83d0c58a00 feat: image settings added 2024-02-21 13:29:59 -08:00
Timothy Jaeryang Baek d51aec9fec Merge pull request #837 from open-webui/title-generation
feat: enable title generation prompt edit
2024-02-21 15:52:27 -05:00
Timothy J. Baek 05ea6cf6fd feat: enable title generation prompt edit 2024-02-21 12:51:52 -08:00
Timothy Jaeryang Baek a2088989ca Merge pull request #835 from open-webui/latex
fix: latex delimiters
2024-02-21 15:23:14 -05:00
Timothy J. Baek 5a1f0e0a87 Update ResponseMessage.svelte 2024-02-21 12:23:03 -08:00
Timothy J. Baek 930859980f fix: latex delimiters 2024-02-21 12:19:08 -08:00
Timothy Jaeryang Baek a70192ad1b Merge pull request #827 from open-webui/doc
Update demo.gif
2024-02-21 03:41:45 -05:00
Timothy J. Baek 1cfd2db891 Update demo.gif 2024-02-21 00:40:04 -08:00
Danny Liu c42ac39dc4 Recursively set delete=true flag for all children messages 2024-02-20 19:51:34 -08:00
Timothy J. Baek 7c4d818f2d refac: styling 2024-02-20 18:03:23 -08:00
Timothy Jaeryang Baek e6b2915667 Merge pull request #821 from mak448a/patch-1
Remove unnecessary *the*'s in README.md
2024-02-20 20:56:16 -05:00
mak448a 76596cb74f Update README.md 2024-02-20 20:43:54 -05:00
Danny Liu a655ccdd06 only cancel chat completion if the deleted message is the most recently sent 2024-02-20 16:35:44 -08:00
Danny Liu 95b8edf6b3 use cancelChatCompletion API call instead of stopResponse function 2024-02-20 16:00:57 -08:00
Danny Liu 51b594036d invoke stopResponse() if user deletes message during response generation 2024-02-20 15:27:47 -08:00
Danny Liu 632882a511 add message filtering in +page.svelte to filter out deleted messages in payload 🗑️ 2024-02-20 15:12:50 -08:00
Danny Liu 941bcdc2e5 Refactor deleteMessage function and update deleteMessagePair usage 2024-02-20 15:12:06 -08:00
Danny Liu cd3cecd2f0 filter out deleted messages in payload 🗑️ 2024-02-20 13:53:47 -08:00