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