Timothy Jaeryang Baek
bef7a532cc
refac
2025-02-25 16:01:29 -08:00
Timothy Jaeryang Baek
6cf0ceedba
refac
2025-02-25 11:11:36 -08:00
Timothy Jaeryang Baek
3be5e3129b
Merge pull request #10752 from NovoNordisk-OpenSource/yvedeng/standardize-logging
...
refactor: replace print statements with logging
2025-02-25 10:53:02 -08:00
Rômulo Mendes Figueiredo
2298bfbd7e
refac: conditional import of ldap3
2025-02-25 13:07:53 -03:00
Yifang Deng
0e5d5ecb81
refactor: replace print statements with logging for better error tracking
2025-02-25 15:53:55 +01:00
Timothy Jaeryang Baek
205013da2f
Merge pull request #10683 from grandtele/fix/openai-o1-legacy-roles
...
fix: restore compatibility for older o1 models (o1-mini, o1-preview)
2025-02-24 23:35:18 -08:00
Timothy Jaeryang Baek
d8bc3098db
Merge pull request #9918 from df-cgdm/main
...
feat: Add X-OpenWebUI when forwarding to ollama servers
2025-02-24 11:55:04 -08:00
Timothy Jaeryang Baek
23ff2988bf
Merge branch 'dev' into feat/onedrive-file-attach
2025-02-24 11:51:59 -08:00
hurxxxx
4cc3102758
feat: onedrive file picker integration
2025-02-25 01:47:07 +09:00
grand
8c020488dd
* fix: restore compatibility for older o1 models (o1-mini, o1-preview)
2025-02-24 12:04:06 +01:00
Timothy Jaeryang Baek
0ba45ad82b
Merge pull request #10617 from grandtele/fix/openai-o1-o3-role
...
fix: replace "system" with "developer" for o1 and o3 models
2025-02-23 22:33:59 -08:00
grand
82657acdce
* fix: adjust role mapping for o1 and o3 models in openai_o1_o3_handler
2025-02-23 13:20:45 +01:00
Timothy Jaeryang Baek
50dec12072
refac
2025-02-21 22:15:22 -08:00
Timothy Jaeryang Baek
b14e75dd6c
feat: added Trust Proxy Environment switch in Web Search admin settings tab.
...
Co-Authored-By: harry zhou <67385896+harryzhou2000@users.noreply.github.com>
2025-02-21 13:40:11 -08:00
Timothy Jaeryang Baek
ab1b910d80
Merge pull request #10486 from Micca/feature/document_intelligence_support
...
Feat: Adding Support for Azure AI Document Intelligence for Content Extraction (Revised)
2025-02-21 10:56:18 -08:00
Timothy Jaeryang Baek
613a087387
refac
2025-02-21 10:55:03 -08:00
Synergyst
f789ad59a9
Update audio.py
...
Removed original code that was commented out
2025-02-21 04:47:46 -06:00
Coleton M
cdf620e6ee
Update audio.py to fetch custom URL voices and models
2025-02-21 04:41:45 -06:00
Timothy Jaeryang Baek
e31f680788
refac
2025-02-20 20:46:00 -08:00
Timothy Jaeryang Baek
eeb00a5ca2
chore: format
2025-02-20 01:01:29 -08:00
labanzu
a3d3ca293e
chore: optimize pdf view
2025-02-20 15:55:18 +08:00
Liu Yue
90d9cdacfa
fix: respect proxy and timeout settings in audio-related aiohttp requests
2025-02-20 14:55:45 +08:00
Timothy Jaeryang Baek
fe5c4b95d5
enh: configurable jupyter execution timeout
2025-02-19 17:05:37 -08:00
Simone
8662108344
Fix on ChatMessage validator: content can be null when using tools
2025-02-19 21:03:23 +01:00
Timothy Jaeryang Baek
81715f6553
enh: RAG full context mode
2025-02-18 21:14:58 -08:00
Timothy Jaeryang Baek
1bbecd46c8
Merge pull request #10052 from roryeckel/playwright
...
Support Playwright RAG Web Loader: Revised
2025-02-18 19:57:48 -08:00
Timothy Jaeryang Baek
886d756200
Merge pull request #10285 from the-c0d3br34k3r/issue8885_auth
...
fix: Fixed an issue with clearing application cookies during OAuth signout
2025-02-18 19:31:24 -08:00
Timothy Jaeryang Baek
32a90deeaf
Merge pull request #10309 from JoaoCostaIFG/gemini_image_gen
...
feat: add Google Imagen/Gemini API image generation
2025-02-18 19:30:20 -08:00
JoaoCostaIFG
918764a4f7
fix: Use x-goog-api-key header for Gemini image generation
...
Place the API key in a header instead of a query parameter. This avoids leaking the API key in logs on request failure, etc...
2025-02-19 00:00:54 +00:00
JoaoCostaIFG
e56b5c063c
feat: add Google Imagen/Gemini API image generation
...
Adds support for Gemini API as an image generation backend. By setting the API Base URL to something like 'https://generativelanguage.googleapis.com/v1beta ' and providing their API Key, users should be able to start generating images using models like 'imagen-3.0-generate-002'.
2025-02-18 22:39:32 +00:00
Ranjan Mohan
6c6be5de88
Fixed an issue with clearing application cookies during OAuth signout
...
Closes #8885 .
During the OAuth signout flow, although the `token` and `oauth_id_token`
cookies were marked for deletion, a new RedirectResponse is created and
returned. This does not contain the header info from the he Response object
used to mark the cookies to be deleted. Hence the cookies remained.
Fixed this by re-using the headers from the other Response object.
2025-02-18 12:44:14 -05:00
Rory
10e0c81de9
Merge remote-tracking branch 'upstream/dev' into playwright
...
# Conflicts:
# backend/open_webui/retrieval/web/utils.py
# backend/open_webui/routers/retrieval.py
2025-02-17 21:53:39 -06:00
Timothy Jaeryang Baek
658944e756
refac
2025-02-17 19:29:28 -08:00
Timothy Jaeryang Baek
ba6cde8a87
fix: include_domain does NOT exist
2025-02-17 19:20:49 -08:00
Timothy Jaeryang Baek
ca0b7217d2
enh: full context web search
2025-02-17 18:14:26 -08:00
Timothy Jaeryang Baek
2f75eef499
enh: code execution settings
2025-02-17 16:25:50 -08:00
Timothy Jaeryang Baek
a5fa1cd835
Merge pull request #10209 from i-infra/iinf/fix-for-openrouter
...
[fix] no unambiguous indexing on "owned_by" - fix OpenRouter.ai
2025-02-17 15:24:21 -08:00
Timothy Jaeryang Baek
63cf80a456
refac
2025-02-16 00:11:18 -08:00
Timothy Jaeryang Baek
19c340d3fb
refac: pipelines
2025-02-15 22:25:18 -08:00
Rory
66c2acc08d
Merge branch 'dev' into playwright
2025-02-15 22:14:16 -06:00
i-infra
fb12ee3f52
fix exception where openrouter doesn't populate - no longer index without fallback
2025-02-15 19:41:41 -05:00
Timothy Jaeryang Baek
38291e9af2
refac
2025-02-15 16:21:19 -08:00
Rory
b1bab2ece8
Remove duplicate loader.alazy_load line from merge
2025-02-14 22:43:46 -06:00
Rory
4da220c513
Merge remote-tracking branch 'upstream/dev' into playwright
...
# Conflicts:
# backend/open_webui/config.py
# backend/open_webui/main.py
# backend/open_webui/retrieval/web/utils.py
# backend/open_webui/routers/retrieval.py
# backend/open_webui/utils/middleware.py
# pyproject.toml
2025-02-14 20:48:22 -06:00
Guofeng Yi
b38acc8559
Merge branch 'dev' into feate-webloader-support-proxy
2025-02-15 09:50:02 +08:00
Fabio Polito
2419ef06a0
feat: docling support for document preprocessing
2025-02-14 12:08:03 +00:00
Yimi81
d3f71930f0
web loader support proxy
2025-02-14 07:15:09 +00:00
Yimi81
ceef600223
support async load for websearch
2025-02-14 07:05:10 +00: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
c9a8808b0d
refac
2025-02-13 21:45:29 -08:00
xring
27d395ba06
feat: add web search via SerpApi
2025-02-14 12:24:58 +08:00
Didier FOURNOUT
06062568c7
black formatting
2025-02-13 16:12:46 +00:00
Didier FOURNOUT
6d62e71c34
Add x-Open-Webui headers for ollama + more for openai
2025-02-13 15:29:26 +00: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
acb3eef619
refac
2025-02-13 01:57:02 -08:00
Timothy Jaeryang Baek
83e5db7be7
refac
2025-02-12 23:26:47 -08:00
Timothy Jaeryang Baek
c83e68282d
feat: direct connections integration
2025-02-12 22:56:33 -08:00
Rory
40d4db97e6
Merge remote-tracking branch 'upstream/dev' into playwright
2025-02-12 22:32:44 -06:00
Timothy Jaeryang Baek
cd2f4142d5
fix: user settings save issue
2025-02-11 23:42:31 -08:00
Timothy Jaeryang Baek
689317c5b5
refac
2025-02-11 23:13:48 -08:00
Timothy Jaeryang Baek
8daa549146
refac
2025-02-11 23:12:00 -08:00
Timothy Jaeryang Baek
3891161173
feat: direct api settings backend
2025-02-11 22:29:45 -08:00
Timothy Jaeryang Baek
f916fbba56
enh: custom code interpreter prompt
2025-02-11 21:36:16 -08:00
Timothy Jaeryang Baek
953e408077
refac
2025-02-11 21:13:42 -08:00
Timothy Jaeryang Baek
ab70f1bb50
Merge pull request #9486 from rragundez/store-images
...
Use DB for generated images
2025-02-11 21:12:17 -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
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
Timothy Jaeryang Baek
60095598ec
chore: format
2025-02-09 22:20:47 -08:00
Rory
2c711d8365
Merge remote-tracking branch 'upstream/dev' into playwright
...
# Conflicts:
# backend/requirements.txt
2025-02-09 23:52:21 -06:00
Rodrigo Agundez
2b05c9d944
Move file metadata into the [meta][data] key
2025-02-08 19:35:27 +09: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
SentinalMax
95aaacfeb4
fixed GGUF model upload instability
2025-02-07 22:52:24 -06: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
Rodrigo Agundez
ffb9e73975
Save image metadata to DB
2025-02-07 08:32:06 +09:00
Rodrigo Agundez
312f273a1b
Add extension to image filename
2025-02-07 08:22:20 +09:00
Rodrigo Agundez
4974c9cbb0
Refactor upload function
2025-02-07 08:12:04 +09:00
Rodrigo Agundez
7e97e9dcc9
Improve style
2025-02-07 07:37:18 +09:00
Rodrigo Agundez
ac3338265d
Set get_config as the name of the function
2025-02-07 07:30:58 +09:00
Rodrigo Agundez
8d43fdadc1
Add functionality in other image generation types
2025-02-06 18:24:57 +09:00
Rodrigo Agundez
159578dfd4
Enable usage of the DB to store generated images
2025-02-06 17:59:59 +09:00
hurxxxx
b9480c0e8a
fix : o1 should also be applied
2025-02-06 16:53:04 +09:00
hurxxxx
80e123f58f
fix : O3 also does not support the max_tokens parameter, so title generation is not possible when using the O3 model
2025-02-06 16:41:24 +09:00
Rory
ec6fe9939b
Merge remote-tracking branch 'upstream/dev' into playwright
2025-02-05 17:47:58 -06:00
JT
40dea3fbe1
Merge branch 'dev' into main
2025-02-05 15:15:24 -08:00
Timothy Jaeryang Baek
7ba717d171
refac: system prompt template
2025-02-05 14:35:18 -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
e41a2682f5
chore: format
2025-02-05 00:07:45 -08:00
Timothy Jaeryang Baek
f6f8c08cb0
Merge pull request #9068 from df-cgdm/main
...
**feat** Add user related headers when calling an external embedding api
2025-02-05 00:05:44 -08:00
Timothy Jaeryang Baek
23df351239
refac: ollama tool calling support
...
Co-Authored-By: smonux <85928277+smonux@users.noreply.github.com>
2025-02-04 19:22:08 -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
JT
81102f4be2
Merge branch 'open-webui:main' into main
2025-02-04 13:06:04 -08:00
jvinolus
7b8e5d4e7c
Fixed errors and added more support
2025-02-04 13:04:36 -08:00
M.Abdulrahman Alnaseer
2bb6b49f11
feat: implement Exa search engine integration
2025-02-04 21:13:16 +03:00
Timothy Jaeryang Baek
3adfa29f7d
chore: format
2025-02-03 21:56:35 -08:00
Rory
1b581b714f
Moving code out of playwright branch
2025-02-03 18:47:26 -06:00
Rory
f837d2cdbb
Merge branch 'dev' of https://github.com/open-webui/open-webui
...
# Conflicts:
# src/lib/i18n/locales/sr-RS/translation.json
2025-02-02 20:31:27 -06:00
Tristan Morris
a004bf2a6d
Merge branch into dev
2025-02-02 08:44:57 -06:00
Tristan Morris
5df474abb9
Add support for Deepgram STT
2025-02-02 08:12:13 -06:00
Timothy Jaeryang Baek
3502e09d9f
fix: image prompt gen template
2025-01-31 23:50:58 -08:00
Rory
77ae73e659
Adjust search event messages + translations
2025-01-30 23:18:11 -06:00
Rory
8dafe3cba8
Merge branch 'dev' of https://github.com/open-webui/open-webui
2025-01-30 18:26:55 -06:00
Timothy Jaeryang Baek
cc99673906
refac: prompt variables
2025-01-29 21:56:51 -08:00
Timothy Jaeryang Baek
33fffd6b1d
refac: rm print statement
2025-01-29 21:36:05 -08:00
Timothy Jaeryang Baek
cd088b2f71
fix
2025-01-29 21:32:07 -08:00
Timothy Jaeryang Baek
a8f2919e9e
fix : #9003
2025-01-29 21:31:18 -08:00
Timothy Jaeryang Baek
08ad4ee018
enh: check for reasoning tags
2025-01-29 14:59:23 -08:00
Timothy Jaeryang Baek
5420c165c6
refac: title generation
2025-01-29 14:40:36 -08:00
Timothy Jaeryang Baek
4abede9a2b
fix: uploaded file should not be deleted
2025-01-29 14:20:51 -08:00
Timothy Jaeryang Baek
84c700b92c
Merge pull request #9059 from jrespeto/jrespeto-patch-1
...
fix: Update ollama.py - Missing await in coroutine
2025-01-29 11:39:42 -08:00
Jonathan Respeto
a32782e527
fix: Update openai.py
...
need to await get_filtered_models
2025-01-29 08:47:54 -05:00
Didier FOURNOUT
6ca295ec59
Add user related headers when calling an external embedding api
2025-01-29 10:55:52 +00:00
Rory
4e8b390682
Add RAG_WEB_LOADER + Playwright mode + improve stability of search
2025-01-28 23:03:15 -06:00
Jonathan Respeto
b4be58f6b6
Update ollama.py
...
Missing await in coroutine
causing 500 errors on /ollama/api/tags since v0.5.0
2025-01-28 18:27:41 -05:00
Timothy Jaeryang Baek
c5b5303a55
Merge pull request #9031 from bunnerz-king/main
...
LDAP auth, return user permissions in response
2025-01-28 14:50:04 -08:00
Timothy Jaeryang Baek
c021aba094
enh: chat "clone" i18n
2025-01-28 12:49:06 -08:00
Andrew King
a1b5c18ef7
ldap pass user permissions into response
2025-01-28 09:51:21 -05:00
Timothy Jaeryang Baek
ec62104211
Merge pull request #8978 from antpyykk-kone/feature/separate-auth-cookie-config
...
fix: Separate cookie configuration between session & auth cookies to prevent oauth flow from breaking
2025-01-27 10:32:13 -08:00
tarmst
751a61a364
Adding more checks for write access. Adding accessRoles to Model & Knowledge creation
2025-01-27 18:11:52 +00:00
Timothy Jaeryang Baek
ba81b47800
refac
2025-01-23 12:06:25 -08:00
Timothy Jaeryang Baek
bb45d35a36
fix: ollama prefix id
2025-01-23 11:04:50 -08:00
Timothy Jaeryang Baek
dd6de749d5
fix: model update access
2025-01-23 10:40:49 -08:00
Timothy Jaeryang Baek
8fc5532e2f
fix: tools valves access
2025-01-23 10:37:44 -08:00
Antti Pyykkönen
412923dc91
feat: separate cookie settings between session & auth cookies
...
Introducing two new env config options to control cookies settings regarding
authentication. These values are taken into use when setting 'token' and 'oauth_id_token'.
To maintain backwards compatibility, the original session cookie values are used as
fallback.
Separation is done to prevent issues with the session cookie. When the config value was
set as 'strict', the oauth flow was broken (since the session cookie was not provided
after the callback).
Providing a separate config for auth & session cookies allows us to keep the 'strict'
settings for auth related cookies, while also allowing the session cookie to behave as
intended (e.g., by configuring it as 'lax').
The original config was added in commit #af4f8aa. However a later commit #a2e889c reused
this config option for other type of cookies, which was not the original intent.
2025-01-23 16:16:50 +02:00
Timothy Jaeryang Baek
4a2792b4da
fix: model ids not being applied
2025-01-22 19:00:46 -08:00
Timothy Jaeryang Baek
f4b5039adf
enh: new ollama create model method
2025-01-22 12:36:18 -08:00
Timothy Jaeryang Baek
aa442f694b
enh: validate user id before saving group
2025-01-20 23:09:55 -08:00
Timothy Jaeryang Baek
31ed1fcdb8
fix: tools permissions
2025-01-20 22:57:40 -08:00
Timothy Jaeryang Baek
bdc60e7850
chore: format backend
2025-01-19 11:59:07 -08:00
Timothy Jaeryang Baek
71ab8b9c93
enh: allow connections with duplicate urls
2025-01-18 17:22:29 -08:00
Timothy Jaeryang Baek
ca0285fc91
refac: connections handling
2025-01-18 17:10:15 -08:00
Timothy Jaeryang Baek
7cf4c9c89c
refac: comfyui
2025-01-16 11:17:37 -08:00
Timothy Jaeryang Baek
0425621494
refac
2025-01-16 00:13:02 -08:00
Timothy Jaeryang Baek
0360aa5520
enh: image prompt enhancer
2025-01-16 00:06:37 -08:00
Timothy Jaeryang Baek
56f57928c2
enh/refac: permissions
2025-01-15 23:01:43 -08:00
jvinolus
47b8412695
Initialize support for prefixing embeddings
2025-01-15 17:05:04 -08:00
Timothy Jaeryang Baek
372658be6d
Merge pull request #8547 from juananpe/file-deletion
...
fix: File deletion doesn't properly clean up database entries
2025-01-15 10:11:29 -08:00
Juanan Pereira
f477f4f790
fix: fixess issue #7181
2025-01-14 09:32:04 +01:00
Timothy Jaeryang Baek
f6a54c96bc
Merge pull request #8470 from tarmst/add-read-write-toggle-to-access-control
...
feat: Add toggle to read/write perms on access control
2025-01-13 21:22:36 -08:00
Timothy Jaeryang Baek
42e8d8ce49
Merge pull request #8447 from steelcg/dev
...
feat: add LDAP_ATTRIBUTE_FOR_MAIL to env-configuration
2025-01-12 18:15:28 -08:00
Juanan Pereira
913e0d391b
fix: complete file cleanup when removing from Knowledge Base
2025-01-12 20:04:25 +01:00
Timothy Jaeryang Baek
5d3f778b2a
fix: openai proxy endpoints
2025-01-11 16:56:25 -08:00
tarmst
49eca68e28
Add toggle to read/write perms on access control
2025-01-10 18:44:50 +00:00
Li, Steel
ab6dffffd0
feat: add LDAP_ATTRIBUTE_FOR_MAIL to env-configuration
2025-01-10 08:53:03 +08:00
Juanan Pereira
de735b3c8c
fix format
2025-01-09 18:41:18 +01:00
Juanan Pereira
5b616dd34f
fix: Knowledge Base Detachment from Models
2025-01-09 16:47:12 +01:00
Li, Steel
82ff6c371b
use ldap3.NONE for parameter get_info in ldap_auth function to accelerate login
2025-01-07 14:13:18 +08:00
Timothy Jaeryang Baek
a0e63b08c3
fix: searchapi engine not showing
2025-01-06 10:10:25 -08:00
Timothy Jaeryang Baek
fe59b7f39c
refac
2025-01-05 00:44:38 -08:00
Srajan Garg
2444327a47
add functionality to clone shared chats
2025-01-03 00:08:49 -05:00
Timothy Jaeryang Baek
87ba39df57
fix: moa
2025-01-02 14:32:25 -08:00
Timothy Jaeryang Baek
ffdb45cc4b
refac
2024-12-31 13:39:03 -08:00
Timothy Jaeryang Baek
16a48ef4eb
fix
2024-12-31 02:06:55 -08:00
Timothy Jaeryang Baek
841f74894e
refac
2024-12-31 02:06:19 -08:00
Timothy Jaeryang Baek
9c337552e6
enh: reply count
2024-12-31 02:05:11 -08:00
Timothy Jaeryang Baek
584e9e6da5
refac: threads
2024-12-31 00:51:43 -08:00
Timothy Jaeryang Baek
371201d820
refac
2024-12-30 23:12:50 -08:00
Timothy Jaeryang Baek
f93c2e4a8d
feat: reactions
2024-12-30 23:06:34 -08:00
Gabriel Ecegi
46e57706c1
refac: formatting
2024-12-30 17:45:43 +01:00
Gabriel Ecegi
ba2964cb01
fix: missing parameter
2024-12-30 17:36:34 +01:00
Timothy Jaeryang Baek
76decdba2a
fix: delete file
2024-12-28 17:40:00 -08:00
Timothy Jaeryang Baek
50534a0dcf
enh: user status indicator
2024-12-26 23:29:33 -08:00
Timothy Jaeryang Baek
1e974439d9
enh: configurable api key endpoint restrictions
2024-12-26 20:57:51 -08:00
Timothy Jaeryang Baek
e25b082162
fix: pipelines outlet
2024-12-26 19:10:28 -08:00
Timothy Jaeryang Baek
1b7ee5dd2b
Merge pull request #8115 from taylorwilsdon/fix_drive_integration
...
Fix drive integration
2024-12-26 13:34:09 -08:00
Timothy Jaeryang Baek
8b6d03e430
fix: elevenlabs audio
2024-12-26 12:54:31 -08:00
Taylor Wilsdon
909c94e983
Fix Google Drive integration
2024-12-26 14:41:58 -05:00
Timothy Jaeryang Baek
3c74ce3653
fix: automatic1111 image generation
2024-12-25 23:34:54 -08:00
Timothy Jaeryang Baek
23bf71022e
fix: title generation issue
2024-12-25 16:46:49 -07:00
Timothy Jaeryang Baek
70a108e54f
fix: get users
2024-12-25 13:39:04 -07:00
Timothy Jaeryang Baek
d3ba77837a
fix: get_automatic1111_api_auth
2024-12-25 13:26:13 -07:00
Timothy Jaeryang Baek
c4937cc144
enh: webui url
2024-12-25 09:50:57 -07:00
Timothy Jaeryang Baek
2e5c2bc4c2
refac
2024-12-25 00:57:39 -07:00
Timothy Jaeryang Baek
34cc472c48
refac
2024-12-25 00:53:50 -07:00
Timothy Jaeryang Baek
d701b69e05
enh: channel notification
2024-12-25 00:53:25 -07:00
Timothy Jaeryang Baek
2d44cd4cda
enh: chat/channel notification toast
2024-12-24 18:25:59 -07:00
Timothy Jaeryang Baek
95da0734b6
refac
2024-12-24 17:56:46 -07:00
Timothy Jaeryang Baek
6b25139d4f
refac: web search
2024-12-24 17:52:57 -07:00
Timothy Jaeryang Baek
a074991d3a
refac
2024-12-24 17:01:17 -07:00
Timothy Jaeryang Baek
582253fc68
refac
2024-12-23 01:37:13 -07:00
Timothy Jaeryang Baek
83099a093d
enh: message edit
2024-12-23 00:53:45 -07:00
Timothy Jaeryang Baek
76c8602324
refac
2024-12-23 00:31:33 -07:00
Timothy Jaeryang Baek
4c756b5501
enh: channel delete
2024-12-22 23:15:29 -07:00
Timothy Jaeryang Baek
7ad8918cd9
enh: update channel
2024-12-22 23:09:51 -07:00
Timothy Jaeryang Baek
a4333295ce
refac
2024-12-22 22:20:24 -07:00
Timothy Jaeryang Baek
f4e5e5171f
feat: channels backend
2024-12-22 21:50:14 -07:00
Timothy Jaeryang Baek
cb3e01de8a
enh: channels enable/disable option
2024-12-22 21:02:14 -07:00
Timothy Jaeryang Baek
0d29f31846
refacx
2024-12-22 20:28:15 -07:00
Timothy Jaeryang Baek
5e8f3048f9
refac
2024-12-22 19:47:40 -07:00
Timothy Jaeryang Baek
f1d21fc59a
feat: channel socket integration
2024-12-22 19:40:01 -07:00
Timothy Jaeryang Baek
7c8de9e221
feat: channels backend
2024-12-22 03:42:19 -07:00
Timothy Jaeryang Baek
24c3f7a664
fix: custom model
2024-12-21 16:29:48 -07:00
Timothy Jaeryang Baek
ef5a5be60d
fix
2024-12-19 20:16:24 -08:00
Timothy Jaeryang Baek
db9aef0eaf
refac
2024-12-19 19:05:20 -08:00
Timothy Jaeryang Baek
70de5cf7b8
fix: audio
2024-12-19 16:18:54 -08:00
Timothy Jaeryang Baek
455b38dcc1
Fix code scanning alert no. 150: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-12-19 15:59:03 -08:00
Timothy Jaeryang Baek
2be9e55545
refac: chat requests
2024-12-19 01:00:32 -08:00
Timothy Jaeryang Baek
ddac34f769
refac
2024-12-18 18:15:58 -08:00
Timothy Jaeryang Baek
0f6d302760
refac
2024-12-18 18:04:56 -08:00
Taylor Wilsdon
0dc75363aa
Add configurable Google Drive toggle in the Documents admin section along with necessary config scaffolding
2024-12-18 13:25:57 -05:00
Taylor Wilsdon
366158ff04
npm run format
2024-12-18 12:18:31 -05:00
Timothy Jaeryang Baek
e500461dc0
refac
2024-12-17 18:40:50 -08:00
Timothy Jaeryang Baek
9abae36264
Merge pull request #7881 from gabriel-ecegi/dev
...
feat: Batch Processing for Large-Scale Document Import
2024-12-17 13:54:00 -08:00
Timothy Jaeryang Baek
1902d4238b
chore: format
2024-12-17 13:51:29 -08:00
Timothy Jaeryang Baek
a14c06fa0b
Merge pull request #7920 from envision3d/ollama-structured-output
...
feat: pass structured output format through to ollama
2024-12-17 13:37:24 -08:00
envision3d
16d900247a
feat: pass structured output format through to ollama
2024-12-17 09:33:32 -06:00
Davide Del Popolo
987b0f0dfd
feat: add comfyui api key
2024-12-17 08:29:00 +01:00
gabriel-ecegi
54f6ae8fb5
Merge branch 'open-webui:dev' into dev
2024-12-17 06:03:53 +01:00
Timothy Jaeryang Baek
6962f8f3b3
Fix code scanning alert no. 148: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-12-16 12:27:11 -08:00
Timothy Jaeryang Baek
ad82f790c1
Fix code scanning alert no. 149: Information exposure through an exception
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-12-16 11:59:50 -08:00
Timothy Jaeryang Baek
35cdd43a31
fix: unicode file name
2024-12-15 23:08:51 -08:00
Gabriel Ecegi
46f2f0fbdb
Merge branch 'dev' of https://github.com/open-webui/open-webui into dev
2024-12-16 07:34:06 +01:00
Timothy Jaeryang Baek
9a081c8593
refac
2024-12-12 22:32:28 -08:00
Timothy Jaeryang Baek
1197c640c4
refac
2024-12-12 22:28:42 -08:00
Timothy Jaeryang Baek
8c38708827
wip
2024-12-12 20:26:28 -08:00
Timothy Jaeryang Baek
d8a01cb911
wip
2024-12-12 20:24:36 -08:00
Timothy Jaeryang Baek
4311bb7b99
wip
2024-12-12 20:22:17 -08:00
Timothy Jaeryang Baek
866c3dff11
fix
2024-12-11 20:39:55 -08:00
Timothy Jaeryang Baek
a07ff56c50
wip
2024-12-11 20:15:23 -08:00
Timothy Jaeryang Baek
fe5519e0a2
wip
2024-12-11 19:52:46 -08:00
Timothy Jaeryang Baek
772f5ccd60
wip
2024-12-11 18:53:38 -08:00
Timothy Jaeryang Baek
ccdf51588e
wip
2024-12-11 18:46:29 -08:00
Timothy Jaeryang Baek
3bda1a8b88
wip
2024-12-11 18:36:59 -08:00
Timothy Jaeryang Baek
9e85ed861d
wip: pipelines
2024-12-11 18:16:07 -08:00
Timothy Jaeryang Baek
b3987ad41e
wip
2024-12-11 18:08:55 -08:00
Timothy Jaeryang Baek
867c4bc0d0
wip: retrieval
2024-12-11 18:05:42 -08:00
Timothy Jaeryang Baek
3ec0a58cd7
wip
2024-12-11 17:50:48 -08:00
Timothy Jaeryang Baek
87d695caad
Update audio.py
2024-12-11 04:47:35 -08:00
Timothy Jaeryang Baek
df0cdd9f3c
wip
2024-12-11 04:37:47 -08:00
Timothy Jaeryang Baek
df48eac22b
wip
2024-12-11 03:38:45 -08:00
Timothy Jaeryang Baek
4819199650
wip
2024-12-11 02:41:25 -08:00
Timothy Jaeryang Baek
d3d161f723
wip
2024-12-10 00:54:13 -08:00
Timothy Jaeryang Baek
f6bec8d9f3
general refac
2024-12-10 00:00:01 -08:00