mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-01 21:00:43 +00:00
model_manager import
This commit is contained in:
parent
212d3a33b0
commit
4f586ad513
2 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ import streamlit as st
|
|||
from loguru import logger
|
||||
|
||||
from open_notebook.database.migrate import MigrationManager
|
||||
from open_notebook.domain.models import model_manager
|
||||
from open_notebook.graphs.chat import ThreadState, graph
|
||||
from open_notebook.models import model_manager
|
||||
from open_notebook.utils import (
|
||||
compare_versions,
|
||||
get_installed_version,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue