mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-08 19:34:13 +00:00
removed unuseful imports
This commit is contained in:
parent
424e1fd9ac
commit
beabc2e6fd
@ -1,14 +1,8 @@
|
||||
from lollms.config import InstallOption
|
||||
from lollms.main_config import LOLLMSConfig
|
||||
from lollms.helpers import ASCIIColors
|
||||
from lollms.paths import LollmsPaths
|
||||
from lollms.binding import BindingBuilder, ModelBuilder
|
||||
import shutil
|
||||
from pathlib import Path
|
||||
import argparse
|
||||
from tqdm import tqdm
|
||||
from lollms.personality import PersonalityBuilder
|
||||
from lollms.apps.console import MainMenu
|
||||
from lollms.app import LollmsApplication
|
||||
from typing import Callable
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user