2023-06-05 01:21:12 +02:00
# =================== Lord Of Large Language Models Configuration file ===========================
2023-06-08 08:58:02 +02:00
version : 7
2023-06-05 01:21:12 +02:00
binding_name : llama_cpp_official
model_name : Wizard-Vicuna-7B-Uncensored.ggmlv3.q4_0.bin
# Host information
2023-04-14 11:58:07 +02:00
host : localhost
port : 9600
2023-06-05 01:21:12 +02:00
# Genreration parameters
2023-05-07 03:44:42 +02:00
seed : -1
2023-06-05 01:21:12 +02:00
n_predict : 1024
ctx_size : 2048
2023-05-05 01:50:43 +02:00
temperature : 0.9
2023-04-16 12:03:56 +02:00
top_k : 50
2023-04-12 22:36:03 +02:00
top_p : 0.95
2023-06-05 01:21:12 +02:00
repeat_last_n : 40
repeat_penalty : 1.2
n_threads : 8
#Personality parameters
personalities : [ "english/generic/lollms" ]
2023-06-08 08:58:02 +02:00
active_personality_id : 0
2023-05-06 18:27:41 +02:00
override_personality_model_parameters : false #if true the personality parameters are overriden by those of the configuration (may affect personality behaviour)
2023-06-05 01:21:12 +02:00
user_name : user
# UI parameters
debug : False
db_path : databases/database.db