Skip to content

Commit 66ab7fd

Browse files
committed
refactor: default embedding model edit workspace_id
1 parent 87a141f commit 66ab7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/models_provider/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def save_default_embedding_model(apps, schema_editor):
2222
model_type="EMBEDDING", model_name=model_name, user_id='f0dd8f71-e4ee-11ee-8c84-a8a1595801ab',
2323
provider='model_local_provider',
2424
credential=rsa_long_encrypt(model_credential_str), meta={},
25-
workspace_id='None')
25+
workspace_id='default')
2626
model.save()
2727

2828

0 commit comments

Comments
 (0)