botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 6d68585c71 refactor(config): replace raw SQL with Diesel query for bot config
Updated `ConfigManager::get_config` to use Diesel query builder instead of raw SQL for improved safety and maintainability. Adjusted parameter naming and integrated schema references. Also refactored `ensure_llama_servers_running` to fetch configuration from the database using `AppState` and `ConfigManager`. Removed unused imports in bootstrap module.
2025-11-01 11:48:46 -03:00

779 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-layers35
15llm-server-n-moe16
16llm-server-ctx-size16000
17llm-server-parallel8
18llm-server-cont-batchingtrue
19llm-server-mlocktrue
20llm-server-no-mmaptrue
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