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",
|
embeddings="text-embedding-ada-002",
|
||||||
ai_model="gpt-3.5-turbo",
|
ai_model="gpt-3.5-turbo",
|
||||||
features=AIEnabledFeatures(
|
features=AIEnabledFeatures(
|
||||||
editor=False,
|
editor=True,
|
||||||
activity_ask=False,
|
activity_ask=True,
|
||||||
course_ask=False,
|
course_ask=True,
|
||||||
global_ai_ask=False,
|
global_ai_ask=True,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue