botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 415448088b feat: refactor prompt compaction and clean up test files
- Renamed `execute_compact_prompt` to `compact_prompt_for_bots` and simplified logic
- Removed redundant comments and empty lines in test files
- Consolidated prompt compaction threshold handling
- Cleaned up UI logging implementation by removing unnecessary whitespace
- Improved code organization in ui_tree module

The changes focus on code quality improvements, removing clutter, and making the prompt compaction logic more straightforward. Test files were cleaned up to be more concise.
2025-11-11 18:32:52 -03:00

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