botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 4e781b1815 feat(drive_monitor): restart LLaMA servers on llm- config changes
Add logic to detect changes in llm-related configuration properties when syncing gbot configs. If any llm- keys differ from stored values, automatically restart LLaMA servers to apply updates. This ensures model servers stay in sync with configuration changes without unnecessary restarts.
2025-11-01 14:23:40 -03:00

779 B

1namevalue
2server_host0.0.0.0
3server_port8080
4sites_root/tmp
5llm-keynone
6llm-urlhttp://localhost:8081
7llm-model../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
8embedding-urlhttp://localhost:8082
9embedding-model../../../../data/llm/bge-small-en-v1.5-f32.gguf
10llm-serverfalse
11llm-server-pathbotserver-stack/bin/llm/build/bin
12llm-server-host0.0.0.0
13llm-server-port8081
14llm-server-gpu-layers35
15llm-server-n-moe23
16llm-server-ctx-size16000
17llm-server-parallel8
18llm-server-cont-batchingtrue
19llm-server-mlocktrue
20llm-server-no-mmaptrue
21email-fromfrom@domain.com
22email-servermail.domain.com
23email-port587
24email-useruser@domain.com
25email-pass
26custom-serverlocalhost
27custom-port5432
28custom-databasemycustomdb
29custom-username
30custom-password