From 78602f654f3b27af2c57ea13d747f63a9862b793 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 10 May 2024 17:33:25 -0600 Subject: [PATCH] export assistant models --- explorer/assistant/__init__.py | 1 + explorer/models.py | 1 + 2 files changed, 2 insertions(+) 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,