mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-08 20:08:36 +02:00
make Settings model match db (#4087)
This commit is contained in:
parent
1263e21eb5
commit
076619ce2c
@ -47,8 +47,8 @@ class Settings(BaseModel):
|
||||
anonymous_user_enabled: bool | None = None
|
||||
pro_search_enabled: bool | None = None
|
||||
|
||||
temperature_override_enabled: bool = False
|
||||
auto_scroll: bool = False
|
||||
temperature_override_enabled: bool | None = False
|
||||
auto_scroll: bool | None = False
|
||||
|
||||
|
||||
class UserSettings(Settings):
|
||||
|
Loading…
x
Reference in New Issue
Block a user