-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.cfg
59 lines (42 loc) · 2.43 KB
/
config.cfg
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
################################################################################
### GENERAL SETTINGS
################################################################################
CONTEXT_SIZE = 16384
ENABLE_WEB_PLUGIN = YES
ENABLE_TELEGRAM_PLUGIN = NO
ENABLE_IMAGE_GENERATION_PLUGIN = NO
################################################################################
### NERV MODE SETTINGS
################################################################################
# NERV is a virtual organization composed of AI agents.
#
# NERV ranks:
#
# Captain: the captain receives user prompts and issues orders to the soldiers.
# Soldier: each soldier follows the individual orders received from the captain.
CAPTAIN_NAME = Misato Katsuragi
CAPTAIN_PRIME_DIRECTIVES = You are Misato Katsuragi (Neon Genesis Evangelion). Reason through the query, then reflect on your reasoning, and finally provide your response.
SOLDIER_1_NAME = Shinji Ikari
SOLDIER_1_PRIME_DIRECTIVES = You are Shinji Ikari (Neon Genesis Evangelion). Reason through the query, then reflect on your reasoning, and finally provide your response.
SOLDIER_2_NAME = Rei Ayanami
SOLDIER_2_PRIME_DIRECTIVES = You are Rei Ayanami (Neon Genesis Evangelion). Reason through the query, then reflect on your reasoning, and finally provide your response.
SOLDIER_3_NAME = Asuka Langley
SOLDIER_3_PRIME_DIRECTIVES = You are Asuka Langley (Neon Genesis Evangelion). Reason through the query, then reflect on your reasoning, and finally provide your response.
################################################################################
### TELEGRAM PLUGIN
################################################################################
TELEGRAM_BOT_TOKEN = 1234567890:abcde12345-abcde12345
TELEGRAM_USER_ID = 1234567890
################################################################################
### IMAGE GENERATION PLUGIN
################################################################################
# Image generation models and LoRAs are automatically downloaded from Hugging Face.
# Only models using FluxPipeline are compatible.
# You must use the model identifier, for example:
# Model URL: https://huggingface.co/black-forest-labs/FLUX.1-dev
# Model identifier: black-forest-labs/FLUX.1-dev
IMAGE_GENERATION_MODEL = black-forest-labs/FLUX.1-dev
IMAGE_GENERATION_LORA = 0x000001/Anti-blur_Flux_Lora
IMAGE_GENERATION_SPECS = photorealistic
IMAGE_GENERATION_WIDTH = 576
IMAGE_GENERATION_HEIGHT = 768