botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) 9bb8b64be7 feat(llm): pass model configuration to LLM generation and streaming
Include model parameter in LLM provider calls across automation, bot, and keyword modules to ensure correct model selection based on configuration. This improves flexibility and consistency in LLM usage.
2025-11-12 08:19:21 -03:00

854 B

1namevalue
2
3server_host0.0.0.0
4server_port8080
5sites_root/tmp
6
7llm-keynone
8llm-urlhttp://localhost:8081
9llm-model../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
10
11prompt-compact4
12
13mcp-serverfalse
14
15embedding-urlhttp://localhost:8082
16embedding-model../../../../data/llm/bge-small-en-v1.5-f32.gguf
17
18llm-serverfalse
19llm-server-pathbotserver-stack/bin/llm/build/bin
20llm-server-host0.0.0.0
21llm-server-port8081
22llm-server-gpu-layers0
23llm-server-n-moe0
24llm-server-ctx-size4096
25llm-server-n-predict1024
26llm-server-parallel6
27llm-server-cont-batchingtrue
28llm-server-mlockfalse
29llm-server-no-mmapfalse
30
31
32email-fromfrom@domain.com
33email-servermail.domain.com
34email-port587
35email-useruser@domain.com
36email-pass
37
38custom-serverlocalhost
39custom-port5432
40custom-databasemycustomdb
41custom-username
42custom-password