diff --git a/explorer/assistant/__init__.py b/explorer/assistant/__init__.py index e69de29b..f385d87f 100644 --- a/explorer/assistant/__init__.py +++ b/explorer/assistant/__init__.py @@ -0,0 +1 @@ +from .models import PromptLog diff --git a/explorer/models.py b/explorer/models.py index f5785747..9fbc976f 100644 --- a/explorer/models.py +++ b/explorer/models.py @@ -9,6 +9,7 @@ from django.utils.translation import gettext_lazy as _ from explorer import app_settings +from explorer.assistant import models as assistant_models from explorer.telemetry import Stat, StatNames from explorer.utils import ( extract_params, get_params_for_url, get_s3_bucket, get_valid_connection, passes_blacklist, s3_url,