mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
Merge pull request #13882 from itk-dev/feature/enable_direct_connections
chore: Added missing "enable_direct_connections" to config type
This commit is contained in:
commit
f77a076c16
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ type Config = {
|
|||
enable_admin_chat_access: boolean;
|
||||
enable_community_sharing: boolean;
|
||||
enable_autocomplete_generation: boolean;
|
||||
enable_direct_connections: boolean;
|
||||
};
|
||||
oauth: {
|
||||
providers: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue