botserver/templates/default.gbai/default.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) a8982e5914 Add AWS SDK integration and update bot configuration management
- 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.
2025-10-26 14:15:43 -03:00

649 B

1name,value
2server_host=0.0.0.0
3server_port=8080
4sites_root=/tmp
5llm-key,gsk_
6llm-model,openai/gpt-oss-20b
7llm-url,https://api.groq.com/openai/v1/chat/completions
8llm-url,http://localhost:8080/v1
9llm-model,./botserver-stack/llm/data/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
10embedding-url,http://localhost:8082
11embedding-model-path,./botserver-stack/llm/data/bge-small-en-v1.5-f32.gguf
12llm-server,false
13llm-server-path,~/llama.cpp
14email-from,from@domain.com
15email-server,mail.domain.com
16email-port,587
17email-user,user@domain.com
18email-pass,
19custom-server,localhost
20custom-port,5432
21custom-database,mycustomdb
22custom-username,
23custom-password,