Timothy Jaeryang Baek
91de8e082e
refac: styling
2025-02-15 22:35:42 -08:00
Timothy Jaeryang Baek
ea15d91e29
Merge pull request #10016 from ferret99gt/tweak-and-add-advanced-parameters-for-ollama
...
feat: Tweak and add advanced parameters for ollama
2025-02-15 22:07:59 -08:00
Timothy Jaeryang Baek
e4d6fc65ca
refac: theme
2025-02-15 21:04:07 -08:00
Timothy Jaeryang Baek
87ff1a9038
refac: styling
2025-02-15 20:35:10 -08:00
Timothy Jaeryang Baek
fab093395b
Merge pull request #10065 from LuyiTian/dev
...
fix:Update Chat.svelte error handling of previous message
2025-02-15 20:11:40 -08:00
Timothy Jaeryang Baek
fd8998a38f
refac
2025-02-15 19:50:40 -08:00
Timothy Jaeryang Baek
052531ac13
refac
2025-02-15 19:41:09 -08:00
Timothy Jaeryang Baek
60e322962e
refac
2025-02-15 19:35:12 -08:00
Timothy Jaeryang Baek
e3fa48b6ce
chore: tailwind v4 migration
2025-02-15 19:27:25 -08:00
Timothy Jaeryang Baek
30182d77cc
refac
2025-02-15 19:08:07 -08:00
Timothy Jaeryang Baek
a0126f371e
refac: general admin settings
2025-02-15 18:24:13 -08:00
Timothy Jaeryang Baek
ff60754091
refac: general admin settings
2025-02-15 18:15:50 -08:00
Timothy Jaeryang Baek
bbda717b69
refac: citations
2025-02-15 17:24:29 -08:00
Timothy Jaeryang Baek
f0feb7bd35
refac
2025-02-15 16:10:35 -08:00
Luyi Tian
1aa963a2fe
Update Chat.svelte error handling of previous message
...
related to this discussion: https://github.com/open-webui/open-webui/discussions/10034 . in some cases the previous message have error but it still generate a response. in such case we should also next round chat. so I update the if condition to add another checking of the content in previous message.
2025-02-15 21:25:12 +08:00
ferret99gt
bb72957535
Update field label for Ollama convention
2025-02-14 18:02:30 -05:00
Timothy Jaeryang Baek
a13f90fc60
Merge pull request #10002 from alpha-pet/fix-markdown-inline-whitespace
...
fix: remove whitespace to improve typesetting for inline Markdown
2025-02-14 13:28:18 -08:00
Timothy Jaeryang Baek
3d26bca7c5
refac: deprecate [
]
prompt variables
2025-02-14 12:40:42 -08:00
ferret99gt
941c787806
Add presence penalty (openAi/ollama/others) and repeat penalty (ollama only?)
...
- Add Presence Penalty, which I believe most providers have.
- Add repeat_penalty, an Ollama / Llama.cpp only parameter
- Widen temperature range to 2 (supported by many providers and similar front ends)
- Widen Top K range (supported by many providers and similar front ends)
- Adjust description of freqency_penalty in line with OpenAI documentation
- Add presence_penalty with an OpenAI documentation based description
- Add repeat_penalty with an Ollama documentation based description
2025-02-14 12:02:55 -05:00
Thomas Rehn
9072959858
fix: remove whitespace to improve typesetting for inline Markdown
2025-02-14 13:16:03 +01:00
Timothy Jaeryang Baek
99b50b39fe
refac
2025-02-13 22:57:12 -08:00
Timothy Jaeryang Baek
304aed0f13
chore: format
2025-02-13 22:54:45 -08:00
Timothy Jaeryang Baek
7b37cdcebb
Merge pull request #9980 from xring/web_search_serpapi
...
feat: add web search via SerpApi
2025-02-13 22:51:14 -08:00
Timothy Jaeryang Baek
d9ee53b504
refac: placeholder performance
2025-02-13 22:45:03 -08:00
Timothy Jaeryang Baek
fa92abce31
refac
2025-02-13 22:37:01 -08:00
Timothy Jaeryang Baek
b7aeb432ed
refac
2025-02-13 22:11:56 -08:00
xring
27d395ba06
feat: add web search via SerpApi
2025-02-14 12:24:58 +08:00
Timothy Jaeryang Baek
deeb04e695
Merge pull request #9942 from SleepyYui/bugfix-9635
...
fix: Fix text completion on playground page
2025-02-13 13:14:11 -08:00
Timothy Jaeryang Baek
cd27845c75
fix: direct connections
2025-02-13 13:05:57 -08:00
SleepyYui
ba4b0db462
fix playground text completion
2025-02-13 22:05:41 +01:00
Nacho G. Mac Dowell
c47eddce32
Optional title generation
...
The boolean configuration var ENABLE_TITLE_GENERATION makes title generation optionaL
2025-02-13 16:28:39 +01:00
Timothy Jaeryang Baek
eb568695e7
chore: format
2025-02-13 00:13:33 -08:00
Timothy Jaeryang Baek
7ff719938a
refac: citations
2025-02-12 23:55:14 -08:00
Timothy Jaeryang Baek
5626426c31
chore: format
2025-02-12 23:28:57 -08:00
Timothy Jaeryang Baek
c83e68282d
feat: direct connections integration
2025-02-12 22:56:33 -08:00
Timothy Jaeryang Baek
304ce2a14d
Merge pull request #9865 from feynmanliang/fix-9864
...
fix - Fixes citation modal toggle when clicking inliine citations and # citations > 3
2025-02-12 14:32:02 -08:00
Timothy Jaeryang Baek
67958c02b4
refac
2025-02-12 14:29:43 -08:00
Feynman Liang
361a98980e
Retab collapsible
2025-02-12 13:49:37 -08:00
Feynman Liang
113addef46
Merge branch 'dev' into fix-9864
2025-02-12 13:47:54 -08:00
Feynman Liang
08bc7d4cfe
Uncollapse so all source buttons visible
2025-02-12 13:46:42 -08:00
Feynman Liang
3f24062416
Adds source-* ids when citations > 3
2025-02-12 12:30:23 -08:00
Timothy Jaeryang Baek
a0df6cce40
refac
2025-02-12 01:41:59 -08:00
Timothy Jaeryang Baek
2e77d5ef0e
refac
2025-02-12 01:32:49 -08:00
Timothy Jaeryang Baek
0bec9122c1
refac
2025-02-12 01:22:53 -08:00
Timothy Jaeryang Baek
431e97b03a
wip: direct models
2025-02-12 01:17:30 -08:00
Timothy Jaeryang Baek
982b1fb7e2
wip: direct connections
2025-02-12 00:08:51 -08:00
Timothy Jaeryang Baek
862b5a947a
refac: connections
2025-02-11 23:21:09 -08:00
Timothy Jaeryang Baek
8daa549146
refac
2025-02-11 23:12:00 -08:00
Timothy Jaeryang Baek
153413dc54
refac
2025-02-11 22:33:03 -08:00
Timothy Jaeryang Baek
afe92fd227
refac
2025-02-11 22:31:27 -08:00
Timothy Jaeryang Baek
3891161173
feat: direct api settings backend
2025-02-11 22:29:45 -08:00
Timothy Jaeryang Baek
24cbc469cc
enh: allow image only message
2025-02-11 21:52:31 -08:00
Timothy Jaeryang Baek
f916fbba56
enh: custom code interpreter prompt
2025-02-11 21:36:16 -08:00
Timothy Jaeryang Baek
627ed7c9ce
refac
2025-02-11 21:03:38 -08:00
Timothy Jaeryang Baek
8906a2e260
Merge pull request #9803 from BochaAI/main
...
add Bocha
2025-02-11 21:01:04 -08:00
Timothy Jaeryang Baek
7ebb07c04c
refac
2025-02-10 13:44:25 -08:00
Timothy Jaeryang Baek
610f9d039a
fix: account page issue
2025-02-10 13:00:44 -08:00
Timothy Jaeryang Baek
b935a839fe
Merge pull request #9744 from hurxxxx/fix/title-tag-gen-at-model
...
fix: title and tag generation did not work when selecting "atSelectedModel"
2025-02-10 11:16:03 -08:00
Timothy Jaeryang Baek
abfe868732
enh: code interpreter global toggle
2025-02-10 02:28:01 -08:00
Timothy Jaeryang Baek
f9c5819314
enh: code interpreter jupyter support
2025-02-10 02:25:02 -08:00
luckyman-yan
31360fe991
add Bocha
2025-02-10 16:44:47 +08:00
Gunwoo Hur
91d0632bf4
fix: Fix issue where title and tag generation did not work when selecting the At model
2025-02-10 17:06:22 +09:00
Timothy Jaeryang Baek
d95e5e0ba5
enh: kokorojs call support
2025-02-09 23:54:24 -08:00
Timothy Jaeryang Baek
205ce635f6
feat: Kokoro-js TTS support
2025-02-09 23:42:27 -08:00
Timothy Jaeryang Baek
a22d1d5410
refac: code block
2025-02-09 22:43:32 -08:00
Timothy Jaeryang Baek
426f8f29ad
refac
2025-02-09 22:19:02 -08:00
Timothy Jaeryang Baek
790a747647
fix
2025-02-09 13:18:26 -08:00
Timothy Jaeryang Baek
a1b31f99ae
Merge pull request #9688 from yfzhou0904/main
...
feat: if autocomplete-generation is turned off, frontend should not attempt autocomplete request
2025-02-09 13:07:43 -08:00
yfzhou
11f0c48434
frontend stores ENABLE_AUTOCOMPLETE_GENERATION state, prevents making autocomplete request if turned off
2025-02-09 17:13:54 +08:00
Timothy Jaeryang Baek
43df7e1424
fix: sensitive input button type
2025-02-08 14:02:59 -08:00
Timothy Jaeryang Baek
425a8a9178
fix: connection config shifting
2025-02-08 14:01:56 -08:00
Timothy Jaeryang Baek
338a34563a
fix: web search config
2025-02-08 13:44:08 -08:00
Timothy Jaeryang Baek
181fca4707
refac: transformer.js
2025-02-08 02:34:30 -08:00
Timothy Jaeryang Baek
8c2164928a
Merge pull request #9242 from NachoNoCheese/dev
...
feat: Add Deepgram STT Support
2025-02-07 23:06:57 -08:00
Timothy Jaeryang Baek
3c5ac4ace5
Merge pull request #9416 from abdalrohman/fix_filter_domains
...
feat(ui): implement domain filter list for web search settings
2025-02-07 11:23:15 -08:00
Mazurek Michal
35f3824932
feat: Implement Document Intelligence as Content Extraction Engine
2025-02-07 13:44:47 +01:00
EntropyYue
3a2d964d39
enh: optimize time display
2025-02-07 07:43:39 +08:00
Timothy Jaeryang Baek
14398ab628
refac: styling
2025-02-06 01:28:33 -08:00
Timothy Jaeryang Baek
a1e26016bb
fix: new connections config
2025-02-06 00:52:22 -08:00
Timothy Jaeryang Baek
a023667e1e
fix: user params save issue
2025-02-06 00:37:10 -08:00
M.Abdulrahman Alnaseer
68703951e8
feat(ui): implement domain filter list for web search settings
2025-02-05 19:14:40 +03:00
Timothy Jaeryang Baek
1ab66e83c6
refac: styling
2025-02-05 01:14:46 -08:00
Timothy Jaeryang Baek
cda6b5ad17
refac: styling
2025-02-05 01:07:38 -08:00
Timothy Jaeryang Baek
b33b49789e
enh: responsive styling
2025-02-05 01:03:40 -08:00
Timothy Jaeryang Baek
f6b955e6a0
chore: format
2025-02-05 00:44:07 -08:00
Timothy Jaeryang Baek
d4a18a5765
refac: always on web search
2025-02-05 00:37:47 -08:00
hurxxxx
0e3c1ac392
Merge remote-tracking branch 'upstream/dev' into feat/always-web-search
...
# Conflicts:
# src/lib/components/chat/Chat.svelte
2025-02-05 16:56:34 +09:00
Timothy Jaeryang Baek
9624493b55
refac
2025-02-04 23:44:51 -08:00
Timothy Jaeryang Baek
2e61ea7cc9
refac: chat
2025-02-04 20:56:13 -08:00
Timothy Jaeryang Baek
a4ea2e0996
fix: multi response message
2025-02-04 20:33:02 -08:00
Timothy Jaeryang Baek
ec9be0d20d
feat: native tool calling frontend
2025-02-04 19:14:59 -08:00
Timothy Jaeryang Baek
533b62f062
refac: deprecate non web worker pyodide
2025-02-04 18:41:53 -08:00
Timothy Jaeryang Baek
6ee924924e
refac: code interpreter
2025-02-04 18:33:22 -08:00
Timothy Jaeryang Baek
266899acc0
refac
2025-02-04 14:45:47 -08:00
Timothy Jaeryang Baek
2b0c5f322f
fix: suggestions
2025-02-04 14:41:42 -08:00
Timothy Jaeryang Baek
5cda8a57e7
Merge pull request #9337 from abdalrohman/exa_integration
...
feat: implement Exa search engine integration
2025-02-04 14:00:06 -08:00
M.Abdulrahman Alnaseer
2bb6b49f11
feat: implement Exa search engine integration
2025-02-04 21:13:16 +03:00
Timothy Jaeryang Baek
ce08ea5f6c
refac
2025-02-04 01:06:03 -08:00
Timothy Jaeryang Baek
12a7f4d43b
refac: styling
2025-02-04 01:03:41 -08:00
Timothy Jaeryang Baek
6ba9ccdd79
refac: styling
2025-02-04 00:55:55 -08:00