removed useless stuff

This commit is contained in:
Saifeddine ALOUI 2024-10-01 23:10:15 +02:00
parent 295d4a9d00
commit 2fcdb88396

View File

@ -128,9 +128,6 @@ class AIPersonality:
ValueError: If the provided path is not a folder or does not contain a config.yaml file.
"""
self.config = config
start_header_id_template = self.config.start_header_id_template
end_header_id_template = self.config.end_header_id_template
system_message_template = self.config.system_message_template
self.bot_says = ""