mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: enable ai in orgs by default
This commit is contained in:
parent
90f330e4f8
commit
457899b8fb
2 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ async def create_org(
|
|||
active=True,
|
||||
),
|
||||
AIConfig=AIConfig(
|
||||
enabled=False,
|
||||
enabled=True,
|
||||
limits=AILimitsSettings(
|
||||
limits_enabled=False,
|
||||
max_asks=0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue