botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 45e4a5e735 feat: improve prompt formatting and system metrics
- Update prompt formatting in BotOrchestrator to use clearer labels (SYSTEM/CONTEXT) with emphasis markers
- Remove unused token_ratio field from SystemMetrics struct
- Increase default context size (2048->4096) and prediction length (512->1024) in config
- Clean up metrics calculation by removing redundant token ratio computation

The changes improve readability of system prompts and simplify metrics collection while increasing default model capacity.
2025-11-05 12:46:08 -03:00

827 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
8mcp-serverfalse
9embedding-urlhttp://localhost:8082
10embedding-model../../../../data/llm/bge-small-en-v1.5-f32.gguf
11llm-serverfalse
12llm-server-pathbotserver-stack/bin/llm/build/bin
13llm-server-host0.0.0.0
14llm-server-port8081
15llm-server-gpu-layers0
16llm-server-n-moe0
17llm-server-ctx-size4096
18llm-server-n-predict1024
19llm-server-parallel6
20llm-server-cont-batchingtrue
21llm-server-mlockfalse
22llm-server-no-mmapfalse
23email-fromfrom@domain.com
24email-servermail.domain.com
25email-port587
26email-useruser@domain.com
27email-pass
28custom-serverlocalhost
29custom-port5432
30custom-databasemycustomdb
31custom-username
32custom-password