mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: enable (all) ai features in orgs by default
This commit is contained in:
parent
457899b8fb
commit
3e1b501abc
1 changed files with 4 additions and 4 deletions
|
|
@ -173,10 +173,10 @@ async def create_org(
|
|||
embeddings="text-embedding-ada-002",
|
||||
ai_model="gpt-3.5-turbo",
|
||||
features=AIEnabledFeatures(
|
||||
editor=False,
|
||||
activity_ask=False,
|
||||
course_ask=False,
|
||||
global_ai_ask=False,
|
||||
editor=True,
|
||||
activity_ask=True,
|
||||
course_ask=True,
|
||||
global_ai_ask=True,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue