29 lines
738 B
TOML
29 lines
738 B
TOML
|
|
[matrix]
|
||
|
|
homeserver_url = "http://tuwunel.matrix.svc.cluster.local:6167"
|
||
|
|
user_id = "@sol:sunbeam.pt"
|
||
|
|
state_store_path = "/data/matrix-state"
|
||
|
|
|
||
|
|
[opensearch]
|
||
|
|
url = "http://opensearch.data.svc.cluster.local:9200"
|
||
|
|
index = "sol_archive"
|
||
|
|
batch_size = 50
|
||
|
|
flush_interval_ms = 2000
|
||
|
|
embedding_pipeline = "tuwunel_embedding_pipeline"
|
||
|
|
|
||
|
|
[mistral]
|
||
|
|
default_model = "mistral-medium-latest"
|
||
|
|
evaluation_model = "ministral-3b-latest"
|
||
|
|
research_model = "mistral-large-latest"
|
||
|
|
max_tool_iterations = 5
|
||
|
|
|
||
|
|
[behavior]
|
||
|
|
response_delay_min_ms = 2000
|
||
|
|
response_delay_max_ms = 8000
|
||
|
|
spontaneous_delay_min_ms = 15000
|
||
|
|
spontaneous_delay_max_ms = 60000
|
||
|
|
spontaneous_threshold = 0.7
|
||
|
|
room_context_window = 30
|
||
|
|
dm_context_window = 100
|
||
|
|
backfill_on_join = true
|
||
|
|
backfill_limit = 10000
|