botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) eb647530bf feat(config): refactor AI config into separate LLM and embedding configs
- Split AIConfig into separate LLMConfig and embedding config structs
- Update create_site.rs to use config.llm instead of config.ai
- Improve config loading comments in bootstrap manager
- Add new LLM-related environment variables with defaults
- Maintain backward compatibility with existing config loading
- Clean up unused AIConfig struct and related code

The change better organizes the AI-related configuration by separating LLM and embedding configurations, making the code more maintainable and flexible for future AI service integrations.
2025-11-01 08:43:14 -03:00

863 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-modelbotserver-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