- Reformatted `update_session_context` call for better readability. - Moved context‑change (type 4) handling to a later stage in the processing pipeline and removed early return, ensuring proper flow. - Adjusted deduplication logic formatting and clarified condition. - Restored saving of user messages after context handling, preserving message history. - Added detailed logging of the LLM prompt for debugging. - Simplified JSON extraction for `message_type` and applied minor whitespace clean‑ups. - Overall code refactor improves maintainability and corrects context‑change handling behavior.
38 lines
807 B
CSV
38 lines
807 B
CSV
name,value
|
|
|
|
server_host,0.0.0.0
|
|
server_port,8080
|
|
sites_root,/tmp
|
|
|
|
llm-key,none
|
|
llm-url,http://localhost:8081
|
|
llm-model,../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
|
|
|
|
embedding-url,http://localhost:8082
|
|
embedding-model,../../../../data/llm/bge-small-en-v1.5-f32.gguf
|
|
|
|
llm-server,false
|
|
llm-server-path,botserver-stack/bin/llm/build/bin
|
|
llm-server-host,0.0.0.0
|
|
llm-server-port,8081
|
|
llm-server-gpu-layers,0
|
|
llm-server-n-moe,0
|
|
llm-server-ctx-size,512
|
|
llm-server-n-predict,256
|
|
llm-server-parallel,6
|
|
llm-server-cont-batching,true
|
|
llm-server-mlock,false
|
|
llm-server-no-mmap,false
|
|
|
|
|
|
email-from,from@domain.com
|
|
email-server,mail.domain.com
|
|
email-port,587
|
|
email-user,user@domain.com
|
|
email-pass,
|
|
|
|
custom-server,localhost
|
|
custom-port,5432
|
|
custom-database,mycustomdb
|
|
custom-username,
|
|
custom-password,
|