lollms-webui/configs/config.yaml

41 lines
872 B
YAML
Raw Normal View History

2023-06-04 23:21:12 +00:00
# =================== Lord Of Large Language Models Configuration file ===========================
2023-07-19 15:41:23 +00:00
version: 11
2023-06-25 19:06:47 +00:00
binding_name: null
2023-06-15 19:19:19 +00:00
model_name: null
2023-06-04 23:21:12 +00:00
2023-07-19 15:41:23 +00:00
# Enables gpu usage
enable_gpu: true
2023-06-04 23:21:12 +00:00
# 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-07-19 15:41:23 +00:00
discussion_prompt_separator: "!@>"
2023-05-07 01:44:42 +00:00
seed: -1
2023-06-04 23:21:12 +00:00
n_predict: 1024
ctx_size: 2048
temperature: 0.9
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"]
2023-06-08 06:58:02 +00:00
active_personality_id: 0
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
2023-07-16 16:57:30 +00:00
user_description: ""
use_user_name_in_discussions: false
user_avatar: default_user.svg
2023-06-04 23:21:12 +00:00
# UI parameters
debug: False
2023-07-16 16:57:30 +00:00
db_path: database.db
# Automatic update
auto_update: false