botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 8bf347a9a2 feat: refactor database connection handling and add LLM component
- Replace direct database connection establishment with shared `establish_pg_connection` utility
- Add "llm" to required components list in bootstrap manager
- Lower default RUST_LOG level from debug to info in VSCode config
- Clean up imports and connection error messages
- Remove hardcoded database URL strings in favor of centralized connection handling

The changes improve code maintainability by centralizing database connection logic and adding support for the new LLM component in the bootstrap process.
2025-11-01 07:20:04 -03:00

868 B

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