- Introduced AWS SDK dependencies for S3 and CSV handling. - Implemented logic to check and update the default bot configuration in S3 after component installation. - Added a new configuration CSV template for bot settings. - Refactored package manager to register cache component with updated download URL and binary name. - Updated README and Cargo files to reflect new dependencies and configuration options.
649 B
649 B
| 1 | name,value |
|---|---|
| 2 | server_host=0.0.0.0 |
| 3 | server_port=8080 |
| 4 | sites_root=/tmp |
| 5 | llm-key,gsk_ |
| 6 | llm-model,openai/gpt-oss-20b |
| 7 | llm-url,https://api.groq.com/openai/v1/chat/completions |
| 8 | llm-url,http://localhost:8080/v1 |
| 9 | llm-model,./botserver-stack/llm/data/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf |
| 10 | embedding-url,http://localhost:8082 |
| 11 | embedding-model-path,./botserver-stack/llm/data/bge-small-en-v1.5-f32.gguf |
| 12 | llm-server,false |
| 13 | llm-server-path,~/llama.cpp |
| 14 | email-from,from@domain.com |
| 15 | email-server,mail.domain.com |
| 16 | email-port,587 |
| 17 | email-user,user@domain.com |
| 18 | email-pass, |
| 19 | custom-server,localhost |
| 20 | custom-port,5432 |
| 21 | custom-database,mycustomdb |
| 22 | custom-username, |
| 23 | custom-password, |