mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Added missing "enable_direct_connections" to config type
This commit is contained in:
parent
950f3cdcc0
commit
8b194bc781
@ -213,6 +213,7 @@ type Config = {
|
|||||||
enable_admin_chat_access: boolean;
|
enable_admin_chat_access: boolean;
|
||||||
enable_community_sharing: boolean;
|
enable_community_sharing: boolean;
|
||||||
enable_autocomplete_generation: boolean;
|
enable_autocomplete_generation: boolean;
|
||||||
|
enable_direct_connections: boolean;
|
||||||
};
|
};
|
||||||
oauth: {
|
oauth: {
|
||||||
providers: {
|
providers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user