- Renamed `execute_compact_prompt` to `compact_prompt_for_bots` and simplified logic - Removed redundant comments and empty lines in test files - Consolidated prompt compaction threshold handling - Cleaned up UI logging implementation by removing unnecessary whitespace - Improved code organization in ui_tree module The changes focus on code quality improvements, removing clutter, and making the prompt compaction logic more straightforward. Test files were cleaned up to be more concise.
845 B
845 B
| 1 | name | value |
|---|---|---|
| 2 | server_host | 0.0.0.0 |
| 3 | server_port | 8080 |
| 4 | sites_root | /tmp |
| 5 | llm-key | none |
| 6 | llm-url | http://localhost:8081 |
| 7 | llm-model | ../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf |
| 8 | prompt-compact | 4 |
| 9 | mcp-server | false |
| 10 | embedding-url | http://localhost:8082 |
| 11 | embedding-model | ../../../../data/llm/bge-small-en-v1.5-f32.gguf |
| 12 | llm-server | false |
| 13 | llm-server-path | botserver-stack/bin/llm/build/bin |
| 14 | llm-server-host | 0.0.0.0 |
| 15 | llm-server-port | 8081 |
| 16 | llm-server-gpu-layers | 0 |
| 17 | llm-server-n-moe | 0 |
| 18 | llm-server-ctx-size | 4096 |
| 19 | llm-server-n-predict | 1024 |
| 20 | llm-server-parallel | 6 |
| 21 | llm-server-cont-batching | true |
| 22 | llm-server-mlock | false |
| 23 | llm-server-no-mmap | false |
| 24 | email-from | from@domain.com |
| 25 | email-server | mail.domain.com |
| 26 | email-port | 587 |
| 27 | email-user | user@domain.com |
| 28 | email-pass | |
| 29 | custom-server | localhost |
| 30 | custom-port | 5432 |
| 31 | custom-database | mycustomdb |
| 32 | custom-username | |
| 33 | custom-password |