botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 1f9100d3a5 feat: refactor auth and models, update LLM fallback strategy
- Simplified auth module by removing unused imports and code
- Cleaned up shared models by removing unused structs (Organization, User, Bot, etc.)
- Updated add-req.sh to comment out unused directories
- Modified LLM fallback strategy in README with additional notes about model behaviors

The changes focus on removing unused code and improving documentation while maintaining existing functionality. The auth module was significantly reduced by removing redundant code, and similar cleanup was applied to shared models. The build script was adjusted to reflect currently used directories.
2025-11-04 23:11:33 -03:00

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