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.
854 B
854 B
| 1 | name | value |
|---|---|---|
| 2 | ||
| 3 | server_host | 0.0.0.0 |
| 4 | server_port | 8080 |
| 5 | sites_root | /tmp |
| 6 | ||
| 7 | llm-key | none |
| 8 | llm-url | http://localhost:8081 |
| 9 | llm-model | ../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf |
| 10 | ||
| 11 | prompt-compact | 4 |
| 12 | ||
| 13 | mcp-server | false |
| 14 | ||
| 15 | embedding-url | http://localhost:8082 |
| 16 | embedding-model | ../../../../data/llm/bge-small-en-v1.5-f32.gguf |
| 17 | ||
| 18 | llm-server | false |
| 19 | llm-server-path | botserver-stack/bin/llm/build/bin |
| 20 | llm-server-host | 0.0.0.0 |
| 21 | llm-server-port | 8081 |
| 22 | llm-server-gpu-layers | 0 |
| 23 | llm-server-n-moe | 0 |
| 24 | llm-server-ctx-size | 4096 |
| 25 | llm-server-n-predict | 1024 |
| 26 | llm-server-parallel | 6 |
| 27 | llm-server-cont-batching | true |
| 28 | llm-server-mlock | false |
| 29 | llm-server-no-mmap | false |
| 30 | ||
| 31 | ||
| 32 | email-from | from@domain.com |
| 33 | email-server | mail.domain.com |
| 34 | email-port | 587 |
| 35 | email-user | user@domain.com |
| 36 | email-pass | |
| 37 | ||
| 38 | custom-server | localhost |
| 39 | custom-port | 5432 |
| 40 | custom-database | mycustomdb |
| 41 | custom-username | |
| 42 | custom-password |