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

37 lines
868 B
CSV

name,value
server_host,0.0.0.0
server_port,8080
sites_root,/tmp
llm-key,none
llm-url,http://localhost:8080/v1
llm-model,botserver-stack/data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
embedding-url,http://localhost:8082
embedding-model-path,botserver-stack/data/llm/bge-small-en-v1.5-f32.gguf
llm-server,false
llm-server-path,botserver-stack/bin/llm/
llm-server-model,botserver-stack/data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
llm-server-host,0.0.0.0
llm-server-port,8080
llm-server-gpu-layers,35
llm-server-n-moe,4
llm-server-ctx-size,2048
llm-server-parallel,4
llm-server-cont-batching,true
llm-server-mlock,true
llm-server-no-mmap,true
email-from,from@domain.com
email-server,mail.domain.com
email-port,587
email-user,user@domain.com
email-pass,
custom-server,localhost
custom-port,5432
custom-database,mycustomdb
custom-username,
custom-password,