botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 4c279d2a19 feat: optimize suggestions and LLM server configuration
- Added duplicate filtering for suggestions in both backend (Rust) and frontend (JavaScript)
- Changed announcement summary schedule from every 15 minutes to hourly at :37
- Simplified LLM prompt for document summarization
- Updated LLM server configuration with reduced GPU layers and increased context size
- Removed memory mapping and lock settings for LLM server
- Improved HTML formatting and added missing newline at EOF
2025-11-03 13:38:55 -03:00

783 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-layers0
15llm-server-n-moe0
16llm-server-ctx-size2048
17llm-server-parallel2
18llm-server-cont-batchingtrue
19llm-server-mlockfalse
20llm-server-no-mmapfalse
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