File size: 1,342 Bytes
1d777c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
	"bot_mode": "admin",
	"user_name_template": "",
	"generator_script": "generator_llama_cpp",
	"model_path": "/content/llm_telegram_bot/models/model_to_load_name",
	"prompt_template": "configs/prompt_templates/empty.json",
	"characters_dir_path": "/content/llm_telegram_bot/characters",
	"default_char": "Example.yaml",
	"presets_dir_path": "/content/llm_telegram_bot/presets",
	"default_preset": "LLaMA-ggml-Creative.txt",
	"model_lang": "en",
	"user_lang": "en",
	"history_dir_path": "/content/llm_telegram_bot/history",
	"token_file_path": "/content/llm_telegram_bot/configs/telegram_token.txt",
	"admins_file_path": "/content/llm_telegram_bot/configs/telegram_admins.txt",
	"users_file_path": "/content/llm_telegram_bot/configs/telegram_users.txt",
	"generator_params_file_path": "/content/llm_telegram_bot/configs/temp_generator_params.json",
	"user_rules_file_path": "/content/llm_telegram_bot/configs/telegram_user_rules.json",
	"sd_config_file_path": "/content/llm_telegram_bot/configs/sd_config.json",
	"sd_api_url": "http://127.0.0.1:7860",
	"sd_api_prompt_of": "What I see when look at OBJECT:",
	"sd_api_prompt_self": "What I see right now:",
	"html_tag": ["<pre>", "</pre>"],
	"translate_html_tag": ["<span class=\"tg-spoiler\">", "</span>"],
	"translate_as_hidden_text": "on",
	"only_mention_in_chat": false,
	"proxy_url": ""
}