Update personality.py

This commit is contained in:
Saifeddine ALOUI 2023-11-15 13:41:56 +01:00 committed by GitHub
parent 0a69e3b8ca
commit b5dc0f2b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,11 @@
######
# Project : lollms
# File : personality.py
# Author : ParisNeo with the help of the community
# license : Apache 2.0
# Description :
# This is an interface class for lollms bindings.
######
from datetime import datetime from datetime import datetime
from pathlib import Path from pathlib import Path
from lollms.config import InstallOption, TypedConfig, BaseConfig from lollms.config import InstallOption, TypedConfig, BaseConfig